Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfscache.c654 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_DRC_MEM_USAGE])); in nfsd_reply_cache_stats_show()
656 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_HITS])); in nfsd_reply_cache_stats_show()
658 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_MISSES])); in nfsd_reply_cache_stats_show()
660 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_NOCACHE])); in nfsd_reply_cache_stats_show()
662 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_PAYLOAD_MISSES])); in nfsd_reply_cache_stats_show()
H A Dexport.c789 percpu_counter_sum_positive(&counter[EXP_STATS_FH_STALE])); in svc_export_show()
791 percpu_counter_sum_positive(&counter[EXP_STATS_IO_READ])); in svc_export_show()
793 percpu_counter_sum_positive(&counter[EXP_STATS_IO_WRITE])); in svc_export_show()
/linux/include/linux/
H A Dpercpu_counter.h97 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
245 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
H A Dbacking-dev.h76 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
H A Dmm.h2860 return percpu_counter_sum_positive(&mm->rss_stat[member]); in get_mm_counter_sum()
/linux/include/net/
H A Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
H A Dsock.h1460 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
/linux/fs/btrfs/
H A Dspace-info.c722 delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in shrink_delalloc()
723 ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes); in shrink_delalloc()
829 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()
831 ordered_bytes = percpu_counter_sum_positive( in shrink_delalloc()
1713 u64 ordered = percpu_counter_sum_positive(&fs_info->ordered_bytes); in maybe_clamp_preempt()
1714 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt()
H A Dextent_map.c1307 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_extent_map_shrinker_worker()
1347 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_extent_map_shrinker_worker()
H A Dsuper.c2408 const s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_nr_cached_objects()
H A Ddisk-io.c1229 ASSERT(percpu_counter_sum_positive(em_counter) == 0); in btrfs_free_fs_info()
/linux/fs/
H A Dfile_table.c108 files_stat.nr_files = percpu_counter_sum_positive(&nr_files); in proc_nr_files()
233 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
/linux/net/sunrpc/
H A Dsvc_xprt.c1471 percpu_counter_sum_positive(&pool->sp_messages_arrived), in svc_pool_stats_show()
1472 percpu_counter_sum_positive(&pool->sp_sockets_queued), in svc_pool_stats_show()
1473 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
/linux/fs/f2fs/
H A Drecovery.c51 s64 nalloc = percpu_counter_sum_positive(&sbi->alloc_valid_block_count); in f2fs_space_for_roll_forward()
56 percpu_counter_sum_positive(&sbi->rf_node_block_count) >= in f2fs_space_for_roll_forward()
H A Ddebug.c717 percpu_counter_sum_positive( in stat_show()
H A Df2fs.h2938 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()
/linux/include/trace/events/
H A Dkmem.h445 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
H A Dbtrfs.h2198 __entry->delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes);
2199 __entry->ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes);
/linux/fs/xfs/
H A Dxfs_mount.h716 return percpu_counter_sum_positive(&mp->m_free[ctr].count); in xfs_sum_freecounter()
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1338 mp->m_sb.sb_icount = percpu_counter_sum_positive(&mp->m_icount); in xfs_log_sb()
1340 percpu_counter_sum_positive(&mp->m_ifree), in xfs_log_sb()
/linux/mm/
H A Dutil.c910 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
/linux/block/
H A Dbfq-cgroup.c55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()