Home
last modified time | relevance | path

Searched refs:percpu_counter_sum_positive (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dpercpu_counter.h58 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
160 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
Dblk-cgroup.h212 percpu_counter_sum_positive(&rwstat->cpu_cnt[idx]); in blkg_rwstat_read_counter()
652 percpu_counter_sum_positive(&rwstat->cpu_cnt[i]); in blkg_rwstat_read()
699 sum[i] = percpu_counter_sum_positive(&from->cpu_cnt[i]); in blkg_rwstat_add_aux()
Dbacking-dev.h94 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
/include/net/
Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
Dtcp.h300 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans()
Dsock.h1350 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()