Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c35 int order, poison, reclaim_account, red_zone; member
577 onoff(s->red_zone), s->objects * s->object_size); in report()
639 if (s->red_zone) in slabcache()
755 if (redzone && !s->red_zone) { in slab_debug()
761 if (!redzone && s->red_zone) { in slab_debug()
1268 slab->red_zone = get_obj("red_zone"); in read_slab_dir()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab395 What: /sys/kernel/slab/<cache>/red_zone
401 The red_zone file specifies whether the cache's objects are red
/openbmc/linux/Documentation/mm/
H A Dslub.rst111 Z red_zone
/openbmc/linux/mm/
H A Dslub.c5761 SLAB_ATTR_RO(red_zone);