Home
last modified time | relevance | path

Searched refs:SLAB_MAY_ACCOUNT (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dslab.h208 # define SLAB_MAY_ACCOUNT __SLAB_FLAG_BIT(_SLAB_MAY_ACCOUNT) macro
211 # define SLAB_MAY_ACCOUNT __SLAB_FLAG_UNUSED macro
/linux/mm/
H A Dslab_common.c55 SLAB_CACHE_DMA32 | SLAB_ACCOUNT | SLAB_MAY_ACCOUNT)
367 flags |= SLAB_MAY_ACCOUNT; in __kmem_cache_create_args()
1006 flags |= SLAB_MAY_ACCOUNT; in new_kmalloc_cache()
H A Dslab.h638 return (cache->flags & SLAB_MAY_ACCOUNT); in cache_needs_objcg()