Home
last modified time | relevance | path

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

/linux-4.4.14/tools/vm/
Dslabinfo.c34 int order, poison, reclaim_account, red_zone; member
542 onoff(s->red_zone), s->objects * s->object_size); in report()
601 if (s->red_zone) in slabcache()
717 if (redzone && !s->red_zone) { in slab_debug()
723 if (!redzone && s->red_zone) { in slab_debug()
1216 slab->red_zone = get_obj("red_zone"); in read_slab_dir()
/linux-4.4.14/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.4.14/mm/
Dslub.c4876 SLAB_ATTR(red_zone);