Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/
Dslabinfo.c203 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj() function
322 set_obj(s, "validate", 1); in slab_validate()
330 set_obj(s, "shrink", 1); in slab_shrink()
734 set_obj(s, "shrink", 1); in slab_empty()
745 set_obj(s, "sanity_checks", 1); in slab_debug()
749 set_obj(s, "sanity_checks", 0); in slab_debug()
755 set_obj(s, "red_zone", 1); in slab_debug()
761 set_obj(s, "red_zone", 0); in slab_debug()
767 set_obj(s, "poison", 1); in slab_debug()
773 set_obj(s, "poison", 0); in slab_debug()
[all …]