Searched refs:set_obj (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 203 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj() function 304 set_obj(s, "validate", 1); in slab_validate() 312 set_obj(s, "shrink", 1); in slab_shrink() 712 set_obj(s, "shrink", 1); in slab_empty() 723 set_obj(s, "sanity_checks", 1); in slab_debug() 727 set_obj(s, "sanity_checks", 0); in slab_debug() 733 set_obj(s, "red_zone", 1); in slab_debug() 739 set_obj(s, "red_zone", 0); in slab_debug() 745 set_obj(s, "poison", 1); in slab_debug() 751 set_obj( in slab_debug() [all...] |
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 205 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj() function 324 set_obj(s, "validate", 1); in slab_validate() 332 set_obj(s, "shrink", 1); in slab_shrink() 736 set_obj(s, "shrink", 1); in slab_empty() 747 set_obj(s, "sanity_checks", 1); in slab_debug() 751 set_obj(s, "sanity_checks", 0); in slab_debug() 757 set_obj(s, "red_zone", 1); in slab_debug() 763 set_obj(s, "red_zone", 0); in slab_debug() 769 set_obj(s, "poison", 1); in slab_debug() 775 set_obj( in slab_debug() [all...] |
Completed in 4 milliseconds