Searched refs:STAT_ATTR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt-sysfs.c | 300 STAT_ATTR(struct rtrs_clt_stats, cpu_migration_from, 304 STAT_ATTR(struct rtrs_clt_stats, cpu_migration_to, 308 STAT_ATTR(struct rtrs_clt_stats, reconnects, 312 STAT_ATTR(struct rtrs_clt_stats, rdma, 316 STAT_ATTR(struct rtrs_clt_stats, reset_all,
|
H A D | rtrs-pri.h | 401 #define STAT_ATTR(type, stat, print, reset) \ macro
|
H A D | rtrs-srv-sysfs.c | 142 STAT_ATTR(struct rtrs_srv_stats, rdma,
|
/openbmc/linux/mm/ |
H A D | slub.c | 5902 #define STAT_ATTR(si, text) \ macro 5917 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath); 5918 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath); 5919 STAT_ATTR(FREE_FASTPATH, free_fastpath); 5920 STAT_ATTR(FREE_SLOWPATH, free_slowpath); 5921 STAT_ATTR(FREE_FROZEN, free_frozen); 5922 STAT_ATTR(FREE_ADD_PARTIAL, free_add_partial); 5923 STAT_ATTR(FREE_REMOVE_PARTIAL, free_remove_partial); 5924 STAT_ATTR(ALLOC_FROM_PARTIAL, alloc_from_partial); 5925 STAT_ATTR(ALLOC_SLAB, alloc_slab); [all …]
|