Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu_counter.h62 void percpu_counter_sync(struct percpu_counter *fbc);
260 static inline void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() function
/linux/lib/
H A Dpercpu_counter.c146 void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() function
157 EXPORT_SYMBOL(percpu_counter_sync);
/linux/mm/
H A Dutil.c773 percpu_counter_sync(&vm_committed_as); in sync_overcommit_as()