Searched refs:percpu_counter_destroy_many (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | percpu_counter.h | 49 void percpu_counter_destroy_many(struct percpu_counter *fbc, u32 nr_counters); 52 percpu_counter_destroy_many(fbc, 1); in percpu_counter_destroy() 157 static inline void percpu_counter_destroy_many(struct percpu_counter *fbc, in percpu_counter_destroy_many() function
|
| /linux-6.15/block/ |
| H A D | blk-cgroup-rwstat.c | 24 percpu_counter_destroy_many(rwstat->cpu_cnt, BLKG_RWSTAT_NR); in blkg_rwstat_exit()
|
| /linux-6.15/lib/ |
| H A D | percpu_counter.c | 227 void percpu_counter_destroy_many(struct percpu_counter *fbc, u32 nr_counters) in percpu_counter_destroy_many() function 253 EXPORT_SYMBOL(percpu_counter_destroy_many);
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfsctl.c | 2229 percpu_counter_destroy_many(nn->counter, NFSD_STATS_COUNTERS_NUM); in nfsd_net_init() 2265 percpu_counter_destroy_many(nn->counter, NFSD_STATS_COUNTERS_NUM); in nfsd_net_exit()
|
| H A D | export.c | 354 percpu_counter_destroy_many(stats->counter, in export_stats_destroy()
|
| /linux-6.15/mm/ |
| H A D | backing-dev.c | 583 percpu_counter_destroy_many(wb->stat, NR_WB_STAT_ITEMS); in wb_exit()
|
| /linux-6.15/kernel/ |
| H A D | fork.c | 948 percpu_counter_destroy_many(mm->rss_stat, NR_MM_COUNTERS); in __mmdrop()
|