Searched refs:STAT_ATTR (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | slub.c | 9221 #define STAT_ATTR(si, text) \ macro 9236 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath); 9237 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath); 9238 STAT_ATTR(FREE_RCU_SHEAF, free_rcu_sheaf); 9239 STAT_ATTR(FREE_RCU_SHEAF_FAIL, free_rcu_sheaf_fail); 9240 STAT_ATTR(FREE_FASTPATH, free_fastpath); 9241 STAT_ATTR(FREE_SLOWPATH, free_slowpath); 9242 STAT_ATTR(FREE_ADD_PARTIAL, free_add_partial); 9243 STAT_ATTR(FREE_REMOVE_PARTIAL, free_remove_partial); 9244 STAT_ATTR(ALLOC_SLAB, alloc_slab); [all …]
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-pri.h | 413 #define STAT_ATTR(type, stat, print, reset) \ macro
|