Home
last modified time | relevance | path

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

/linux/mm/
A Dslab.h445 return (s->flags & SLAB_KMALLOC); in is_kmalloc_cache()
469 SLAB_NO_USER_FLAGS | SLAB_KMALLOC | SLAB_NO_MERGE)
485 SLAB_KMALLOC | \
A Dslab_common.c658 if (flags & SLAB_KMALLOC) in create_boot_cache()
685 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, 0, size); in create_kmalloc_cache()
A Dslub.c236 (s->flags & SLAB_KMALLOC)); in slub_debug_orig_size()
1271 if (s->flags & SLAB_KMALLOC) in check_pad_bytes()
4063 (s->flags & SLAB_KMALLOC)) in slab_post_alloc_hook()
5367 if (flags & SLAB_KMALLOC) in calculate_sizes()
/linux/scripts/gdb/linux/
A Dslab.py16 SLAB_KMALLOC = constants.LX_SLAB_KMALLOC variable
61 if cache['flags'] & SLAB_STORE_USER and cache['flags'] & SLAB_KMALLOC:
A Dconstants.py.in111 LX_GDBPARSED(SLAB_KMALLOC)
/linux/lib/
A Dslub_kunit.c143 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux/include/linux/
A Dslab.h79 #define SLAB_KMALLOC __SLAB_FLAG_BIT(_SLAB_KMALLOC) macro

Completed in 30 milliseconds