include\linux\percpu_counter.h
static
inline
void
percpu_counter_sub(
struct
percpu_counter *fbc, s64 amount)
{
percpu_counter_add(fbc, -amount);
}