Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Dpercpu_counter.h50 void percpu_counter_sync(struct percpu_counter *fbc);
202 static inline void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() function
/linux-6.1.9/lib/ !
Dpercpu_counter.c107 void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() function
118 EXPORT_SYMBOL(percpu_counter_sync);
/linux-6.1.9/mm/ !
Dutil.c882 percpu_counter_sync(&vm_committed_as); in sync_overcommit_as()