Home
last modified time | relevance | path

Searched refs:percpu_counter_destroy_many (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/linux/
Dpercpu_counter.h49 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.12.1/lib/
Dpercpu_counter.c227 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.12.1/block/
Dblk-cgroup-rwstat.c24 percpu_counter_destroy_many(rwstat->cpu_cnt, BLKG_RWSTAT_NR); in blkg_rwstat_exit()
/linux-6.12.1/mm/
Dbacking-dev.c583 percpu_counter_destroy_many(wb->stat, NR_WB_STAT_ITEMS); in wb_exit()
/linux-6.12.1/fs/nfsd/
Dexport.c354 percpu_counter_destroy_many(stats->counter, in export_stats_destroy()
Dnfsctl.c2300 percpu_counter_destroy_many(nn->counter, NFSD_STATS_COUNTERS_NUM); in nfsd_net_exit()
/linux-6.12.1/kernel/
Dfork.c927 percpu_counter_destroy_many(mm->rss_stat, NR_MM_COUNTERS); in __mmdrop()