]> Git Repo - linux.git/commit - lib/test_meminit.c
lib/test_meminit.c: add bulk alloc/free tests
authorLaura Abbott <[email protected]>
Thu, 5 Dec 2019 00:51:53 +0000 (16:51 -0800)
committerLinus Torvalds <[email protected]>
Thu, 5 Dec 2019 03:44:13 +0000 (19:44 -0800)
commitdc5c5ad79f0cc2d8756d161dbdee7b370f35f5bb
treebe029cd46a48c5ec5b84deab7c0c16f8c37a9112
parent8b7569a224a18953b9aee29c375e439b8a6eeb05
lib/test_meminit.c: add bulk alloc/free tests

kmem_cache_alloc_bulk/kmem_cache_free_bulk are used to make multiple
allocations of the same size to avoid the overhead of multiple
kmalloc/kfree calls.  Extend the kmem_cache tests to make some calls to
these APIs.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Laura Abbott <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Tested-by: Alexander Potapenko <[email protected]>
Cc: Laura Abbott <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Kostya Serebryany <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Sandeep Patil <[email protected]>
Cc: Jann Horn <[email protected]>
Cc: Marco Elver <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/test_meminit.c
This page took 0.049134 seconds and 4 git commands to generate.