Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpercpu_counter.h60 void percpu_counter_sync(struct percpu_counter *fbc);
230 static inline void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() function
/Linux-v6.6/lib/
Dpercpu_counter.c112 void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() function
123 EXPORT_SYMBOL(percpu_counter_sync);
/Linux-v6.6/mm/
Dutil.c823 percpu_counter_sync(&vm_committed_as); in sync_overcommit_as()