Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c35 int order, poison, reclaim_account, red_zone; member
553 onoff(s->red_zone), s->objects * s->object_size); in report()
615 if (s->red_zone) in slabcache()
731 if (redzone && !s->red_zone) { in slab_debug()
733 set_obj(s, "red_zone", 1); in slab_debug()
737 if (!redzone && s->red_zone) { in slab_debug()
739 set_obj(s, "red_zone", 0); in slab_debug()
1244 slab->red_zone = get_obj("red_zone"); in read_slab_dir()
/kernel/linux/linux-6.6/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()
757 set_obj(s, "red_zone", 1); in slab_debug()
761 if (!redzone && s->red_zone) { in slab_debug()
763 set_obj(s, "red_zone", 0); in slab_debug()
1268 slab->red_zone = get_obj("red_zone"); in read_slab_dir()
/kernel/linux/linux-5.10/mm/
H A Dslub.c5236 SLAB_ATTR_RO(red_zone); variable
/kernel/linux/linux-6.6/mm/
H A Dslub.c5754 SLAB_ATTR_RO(red_zone); variable

Completed in 20 milliseconds