Searched refs:percpu_counter_sum_positive (Results 1 – 21 of 21) sorted by relevance
667 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_DRC_MEM_USAGE])); in nfsd_reply_cache_stats_show()669 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_HITS])); in nfsd_reply_cache_stats_show()671 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_MISSES])); in nfsd_reply_cache_stats_show()673 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_RC_NOCACHE])); in nfsd_reply_cache_stats_show()675 percpu_counter_sum_positive(&nn->counter[NFSD_STATS_PAYLOAD_MISSES])); in nfsd_reply_cache_stats_show()
789 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()
97 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function245 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
86 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
2594 return percpu_counter_sum_positive(&mm->rss_stat[member]); in get_mm_counter_sum()
53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
1435 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
685 delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in shrink_delalloc()686 ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes); in shrink_delalloc()792 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()794 ordered_bytes = percpu_counter_sum_positive( in shrink_delalloc()1684 u64 ordered = percpu_counter_sum_positive(&fs_info->ordered_bytes); in maybe_clamp_preempt()1685 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt()
1307 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()
2404 const s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_nr_cached_objects()
1256 ASSERT(percpu_counter_sum_positive(em_counter) == 0); in btrfs_free_fs_info()
1453 percpu_counter_sum_positive(&pool->sp_messages_arrived), in svc_pool_stats_show()1454 percpu_counter_sum_positive(&pool->sp_sockets_queued), in svc_pool_stats_show()1455 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
51 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()
708 percpu_counter_sum_positive( in stat_show()
2856 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()
717 return percpu_counter_sum_positive(&mp->m_free[ctr].count); in xfs_sum_freecounter()
1325 mp->m_sb.sb_icount = percpu_counter_sum_positive(&mp->m_icount); in xfs_log_sb()1327 percpu_counter_sum_positive(&mp->m_ifree), in xfs_log_sb()
909 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
6143 EXT4_C2B(sbi, percpu_counter_sum_positive( in ext4_update_super()6147 cpu_to_le32(percpu_counter_sum_positive( in ext4_update_super()6869 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs()6870 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs()6878 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()
2197 __entry->delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes);2198 __entry->ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes);