Home
last modified time | relevance | path

Searched refs:__percpu_counter_limited_add (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpercpu_counter.h60 bool __percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit,
77 return __percpu_counter_limited_add(fbc, limit, amount, in percpu_counter_limited_add()
/linux/lib/
H A Dpercpu_counter.c327 bool __percpu_counter_limited_add(struct percpu_counter *fbc, in __percpu_counter_limited_add() function