Home
last modified time | relevance | path

Searched refs:non_kernel (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/shared/
H A Dlinux.c31 cachep->non_kernel = val; in kmem_cache_set_non_kernel()
66 if (!cachep->non_kernel) { in kmem_cache_alloc_lru()
72 cachep->non_kernel--; in kmem_cache_alloc_lru()
171 if (!cachep->non_kernel) in kmem_cache_alloc_bulk()
173 cachep->non_kernel--; in kmem_cache_alloc_bulk()
187 if (!cachep->non_kernel) in kmem_cache_alloc_bulk()
189 cachep->non_kernel--; in kmem_cache_alloc_bulk()
246 ret->non_kernel = 0; in __kmem_cache_create_args()
/linux/tools/include/linux/
H A Dslab.h55 unsigned int non_kernel; member