Searched refs:STAT_ATTR (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/ |
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,
|
A D | rtrs-pri.h | 401 #define STAT_ATTR(type, stat, print, reset) \ macro
|
A D | rtrs-srv-sysfs.c | 142 STAT_ATTR(struct rtrs_srv_stats, rdma,
|
/linux-6.3-rc2/mm/ |
A D | slub.c | 5874 #define STAT_ATTR(si, text) \ macro 5889 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath); 5890 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath); 5891 STAT_ATTR(FREE_FASTPATH, free_fastpath); 5892 STAT_ATTR(FREE_SLOWPATH, free_slowpath); 5893 STAT_ATTR(FREE_FROZEN, free_frozen); 5897 STAT_ATTR(ALLOC_SLAB, alloc_slab); 5898 STAT_ATTR(ALLOC_REFILL, alloc_refill); 5900 STAT_ATTR(FREE_SLAB, free_slab); 5901 STAT_ATTR(CPUSLAB_FLUSH, cpuslab_flush); [all …]
|
Completed in 17 milliseconds