Searched refs:SO_ALL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 4883 #define SO_ALL (1 << SL_ALL) macro 4968 if (flags & SO_ALL) { in show_slab_objects() 5129 return show_slab_objects(s, buf, SO_ALL|SO_OBJECTS); in objects_show() 5209 return show_slab_objects(s, buf, SO_ALL); in slabs_show() 5215 return show_slab_objects(s, buf, SO_ALL|SO_TOTAL); in total_objects_show()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 5400 #define SO_ALL (1 << SL_ALL) macro 5472 if (flags & SO_ALL) { in show_slab_objects() 5721 return show_slab_objects(s, buf, SO_ALL); in slabs_show() 5727 return show_slab_objects(s, buf, SO_ALL|SO_TOTAL); in total_objects_show() 5733 return show_slab_objects(s, buf, SO_ALL|SO_OBJECTS); in objects_show()
|
Completed in 20 milliseconds