Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstats.c37 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 Dnfscache.c671 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 Dexport.c779 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 Dblk-cgroup-rwstat.h39 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 Dbfq-cgroup.c55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()
/openbmc/linux/include/linux/
H A Dpercpu_counter.h88 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 Dbacking-dev.h87 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
/openbmc/linux/include/net/
H A Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
H A Dsock.h1518 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
/openbmc/linux/fs/btrfs/
H A Dspace-info.c587 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 Dsvc_rdma.c90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1027 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 Dsvc_xprt.c1425 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 Dballoc.c632 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 Dextents_status.c1683 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 Dsuper.c6137 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 Dkmem.h364 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
H A Dbtrfs.h2247 __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 Drecovery.c55 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 Ddebug.c611 percpu_counter_sum_positive( in stat_show()
H A Df2fs.h2743 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()
/openbmc/linux/fs/
H A Dfile_table.c202 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
/openbmc/linux/mm/
H A Dutil.c921 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
/openbmc/linux/fs/xfs/
H A Dxfs_super.c886 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs()