/openbmc/linux/fs/nfsd/ |
H A D | stats.c | 37 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_HITS]), in nfsd_show() 38 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_MISSES]), in nfsd_show() 39 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_NOCACHE]), in nfsd_show() 40 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_FH_STALE]), in nfsd_show() 41 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_IO_READ]), in nfsd_show() 42 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_IO_WRITE])); in nfsd_show() 63 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_NFS4_OP(i)])); in nfsd_show() 66 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_WDELEG_GETATTR])); in nfsd_show()
|
H A D | nfscache.c | 671 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_DRC_MEM_USAGE])); in nfsd_reply_cache_stats_show() 673 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_HITS])); in nfsd_reply_cache_stats_show() 675 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_MISSES])); in nfsd_reply_cache_stats_show() 677 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_NOCACHE])); in nfsd_reply_cache_stats_show() 679 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_PAYLOAD_MISSES])); in nfsd_reply_cache_stats_show()
|
H A D | export.c | 779 percpu_counter_sum_positive(&counter[EXP_STATS_FH_STALE])); in svc_export_show() 781 percpu_counter_sum_positive(&counter[EXP_STATS_IO_READ])); in svc_export_show() 783 percpu_counter_sum_positive(&counter[EXP_STATS_IO_WRITE])); in svc_export_show()
|
/openbmc/linux/block/ |
H A D | blk-cgroup-rwstat.h | 39 percpu_counter_sum_positive(&rwstat->cpu_cnt[idx]); in blkg_rwstat_read_counter() 96 percpu_counter_sum_positive(&rwstat->cpu_cnt[i]); in blkg_rwstat_read() 143 sum[i] = percpu_counter_sum_positive(&from->cpu_cnt[i]); in blkg_rwstat_add_aux()
|
H A D | bfq-cgroup.c | 55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()
|
/openbmc/linux/include/linux/ |
H A D | percpu_counter.h | 88 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function 215 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
|
H A D | backing-dev.h | 87 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
|
/openbmc/linux/include/net/ |
H A D | dst_ops.h | 53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
|
H A D | sock.h | 1518 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
|
/openbmc/linux/fs/btrfs/ |
H A D | space-info.c | 587 delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in shrink_delalloc() 588 ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes); in shrink_delalloc() 694 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc() 696 ordered_bytes = percpu_counter_sum_positive( in shrink_delalloc() 1560 u64 ordered = percpu_counter_sum_positive(&fs_info->ordered_bytes); in maybe_clamp_preempt() 1561 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt()
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma.c | 90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 1027 mp->m_sb.sb_icount = percpu_counter_sum_positive(&mp->m_icount); in xfs_log_sb() 1029 percpu_counter_sum_positive(&mp->m_ifree), in xfs_log_sb() 1032 percpu_counter_sum_positive(&mp->m_fdblocks); in xfs_log_sb()
|
/openbmc/linux/net/sunrpc/ |
H A D | svc_xprt.c | 1425 percpu_counter_sum_positive(&pool->sp_messages_arrived), in svc_pool_stats_show() 1426 percpu_counter_sum_positive(&pool->sp_sockets_queued), in svc_pool_stats_show() 1427 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
|
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | 632 free_clusters = percpu_counter_sum_positive(fcc); in ext4_has_free_clusters() 633 dirty_clusters = percpu_counter_sum_positive(dcc); in ext4_has_free_clusters()
|
H A D | extents_status.c | 1683 percpu_counter_sum_positive(&es_stats->es_stats_all_cnt), in ext4_seq_es_shrinker_info_show() 1684 percpu_counter_sum_positive(&es_stats->es_stats_shk_cnt)); in ext4_seq_es_shrinker_info_show() 1686 percpu_counter_sum_positive(&es_stats->es_stats_cache_hits), in ext4_seq_es_shrinker_info_show() 1687 percpu_counter_sum_positive(&es_stats->es_stats_cache_misses)); in ext4_seq_es_shrinker_info_show()
|
H A D | super.c | 6137 EXT4_C2B(sbi, percpu_counter_sum_positive( in ext4_update_super() 6141 cpu_to_le32(percpu_counter_sum_positive( in ext4_update_super() 6850 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6851 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs() 6859 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
|
/openbmc/linux/include/trace/events/ |
H A D | kmem.h | 364 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
|
H A D | btrfs.h | 2247 __entry->delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); 2248 __entry->ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes);
|
/openbmc/linux/fs/f2fs/ |
H A D | recovery.c | 55 s64 nalloc = percpu_counter_sum_positive(&sbi->alloc_valid_block_count); in f2fs_space_for_roll_forward() 60 percpu_counter_sum_positive(&sbi->rf_node_block_count) >= in f2fs_space_for_roll_forward()
|
H A D | debug.c | 611 percpu_counter_sum_positive( in stat_show()
|
H A D | f2fs.h | 2743 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()
|
/openbmc/linux/fs/ |
H A D | file_table.c | 202 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
|
/openbmc/linux/mm/ |
H A D | util.c | 921 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_super.c | 886 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs()
|