Home
last modified time | relevance | path

Searched refs:red_zone (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/vm/
Dslabinfo.c35 int order, poison, reclaim_account, red_zone; member
575 onoff(s->red_zone), s->objects * s->object_size); in report()
637 if (s->red_zone) in slabcache()
753 if (redzone && !s->red_zone) { in slab_debug()
759 if (!redzone && s->red_zone) { in slab_debug()
1266 slab->red_zone = get_obj("red_zone"); in read_slab_dir()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-kernel-slab395 What: /sys/kernel/slab/<cache>/red_zone
401 The red_zone file specifies whether the cache's objects are red
/linux-6.1.9/Documentation/mm/
Dslub.rst113 Z red_zone
/linux-6.1.9/mm/
Dslub.c5547 SLAB_ATTR_RO(red_zone);