Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dslab.h315 return (s->flags & SLAB_KMALLOC); in is_kmalloc_cache()
339 SLAB_NO_USER_FLAGS | SLAB_KMALLOC | SLAB_NO_MERGE)
359 SLAB_KMALLOC | \
740 (s->flags & SLAB_KMALLOC)) in slab_post_alloc_hook()
Dslab_common.c670 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, 0, size); in create_kmalloc_cache()
Dslub.c220 (s->flags & SLAB_KMALLOC)); in slub_debug_orig_size()
1141 if (s->flags & SLAB_KMALLOC) in check_pad_bytes()
4451 if (flags & SLAB_KMALLOC) in calculate_sizes()
/Linux-v6.6/lib/
Dslub_kunit.c142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/Linux-v6.6/scripts/gdb/linux/
Dslab.py16 SLAB_KMALLOC = constants.LX_SLAB_KMALLOC variable
61 if cache['flags'] & SLAB_STORE_USER and cache['flags'] & SLAB_KMALLOC:
Dconstants.py.in110 LX_GDBPARSED(SLAB_KMALLOC)
/Linux-v6.6/include/linux/
Dslab.h36 #define SLAB_KMALLOC ((slab_flags_t __force)0x00001000U) macro