Searched refs:SLAB_KMALLOC (Results 1 – 6 of 6) sorted by relevance
422 return (s->flags & SLAB_KMALLOC);441 SLAB_NO_USER_FLAGS | SLAB_KMALLOC | SLAB_NO_MERGE)752 (s->flags & SLAB_KMALLOC));
708 if (flags & SLAB_KMALLOC) in create_boot_cache() 735 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, 0, size); in create_kmalloc_cache()
1371 * - D. original request size (SLAB_KMALLOC && SLAB_STORE_USER)1408 if (s->flags & SLAB_KMALLOC) in check_pad_bytes() 2775 if (s->flags & SLAB_KMALLOC) in __alloc_empty_sheaf() 2810 if (s->flags & SLAB_KMALLOC) in refill_sheaf() 7929 if (flags & SLAB_KMALLOC) in list_slab_objects()
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