Searched refs:SLAB_KMALLOC (Results 1 – 5 of 5) sorted by relevance
398 return (s->flags & SLAB_KMALLOC); in is_kmalloc_cache()417 SLAB_NO_USER_FLAGS | SLAB_KMALLOC | SLAB_NO_MERGE)727 (s->flags & SLAB_KMALLOC)); in slub_debug_orig_size()
1395 if (s->flags & SLAB_KMALLOC) in check_pad_bytes()2764 if (s->flags & SLAB_KMALLOC) in __alloc_empty_sheaf()2794 if (s->flags & SLAB_KMALLOC) in free_empty_sheaf()4547 (s->flags & SLAB_KMALLOC)) in slab_post_alloc_hook()7834 if (flags & SLAB_KMALLOC) in calculate_sizes()
16 SLAB_KMALLOC = constants.LX_SLAB_KMALLOC variable61 if cache['flags'] & SLAB_STORE_USER and cache['flags'] & SLAB_KMALLOC:
118 LX_GDBPARSED(SLAB_KMALLOC)
82 #define SLAB_KMALLOC __SLAB_FLAG_BIT(_SLAB_KMALLOC) macro