Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dslab.h38 #define SLAB_NO_REAP 0x00001000UL /* never reap from the cache */ macro
/linux-2.4.37.9/mm/
Dslab.c113 SLAB_NO_REAP | SLAB_CACHE_DMA | \
116 # define CREATE_MASK (SLAB_HWCACHE_ALIGN | SLAB_NO_REAP | \
362 flags: SLAB_NO_REAP,
1765 if (searchp->flags & SLAB_NO_REAP) in kmem_cache_reap()