Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c34 int order, poison, reclaim_account, red_zone; member
525 onoff(s->red_zone), s->objects * s->object_size); in report()
581 if (s->red_zone) in slabcache()
697 if (redzone && !s->red_zone) { in slab_debug()
703 if (!redzone && s->red_zone) { in slab_debug()
1190 slab->red_zone = get_obj("red_zone"); in read_slab_dir()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-kernel-slab393 What: /sys/kernel/slab/cache/red_zone
399 The red_zone file specifies whether the cache's objects are red
/linux-4.1.27/mm/
Dslub.c4661 SLAB_ATTR(red_zone);