Searched refs:SLAB_KMALLOC (Results 1 – 7 of 7) sorted by relevance
397 return (s->flags & SLAB_KMALLOC); in is_kmalloc_cache()416 SLAB_NO_USER_FLAGS | SLAB_KMALLOC | SLAB_NO_MERGE)726 (s->flags & SLAB_KMALLOC)); in slub_debug_orig_size()
708 if (flags & SLAB_KMALLOC)735 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, 0, size);
1391 if (s->flags & SLAB_KMALLOC) in check_pad_bytes()2760 if (s->flags & SLAB_KMALLOC) in __alloc_empty_sheaf()2790 if (s->flags & SLAB_KMALLOC) in free_empty_sheaf()4516 (s->flags & SLAB_KMALLOC)) in slab_post_alloc_hook()7747 if (flags & SLAB_KMALLOC) in calculate_sizes()
144 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()258 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_krealloc_redzone_zeroing()
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