Home
last modified time | relevance | path

Searched refs:SLAB_KMALLOC (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/mm/
A Dslab.h329 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()
A Dslab_common.c671 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, useroffset, in create_kmalloc_cache()
A Dslub.c220 (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()
/linux-6.3-rc2/lib/
A Dslub_kunit.c142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux-6.3-rc2/include/linux/
A Dslab.h33 #define SLAB_KMALLOC ((slab_flags_t __force)0x00001000U) macro

Completed in 24 milliseconds