Home
last modified time | relevance | path

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

/Linux-v6.6/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()
148 static inline void percpu_counter_destroy_many(struct percpu_counter *fbc, in percpu_counter_destroy_many() function
/Linux-v6.6/lib/
Dpercpu_counter.c193 void percpu_counter_destroy_many(struct percpu_counter *fbc, u32 nr_counters) in percpu_counter_destroy_many() function
219 EXPORT_SYMBOL(percpu_counter_destroy_many);
/Linux-v6.6/kernel/
Dfork.c926 percpu_counter_destroy_many(mm->rss_stat, NR_MM_COUNTERS); in __mmdrop()