Searched refs:SLAB_KMALLOC (Results 1 – 5 of 5) sorted by relevance
329 return (s->flags & SLAB_KMALLOC); in is_kmalloc_cache()356 SLAB_NO_USER_FLAGS | SLAB_KMALLOC)376 SLAB_KMALLOC | \758 (s->flags & SLAB_KMALLOC)) in slab_post_alloc_hook()
671 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, useroffset, in create_kmalloc_cache()
220 (s->flags & SLAB_KMALLOC)); in slub_debug_orig_size()1112 if (s->flags & SLAB_KMALLOC) in check_pad_bytes()4429 if (flags & SLAB_KMALLOC) in calculate_sizes()
142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
33 #define SLAB_KMALLOC ((slab_flags_t __force)0x00001000U) macro
Completed in 24 milliseconds