Home
last modified time | relevance | path

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

12

/linux-6.15/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.c667 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()
H A Dexport.c791 percpu_counter_sum_positive(&counter[EXP_STATS_FH_STALE])); in svc_export_show()
793 percpu_counter_sum_positive(&counter[EXP_STATS_IO_READ])); in svc_export_show()
795 percpu_counter_sum_positive(&counter[EXP_STATS_IO_WRITE])); in svc_export_show()
/linux-6.15/block/
H A Dblk-cgroup-rwstat.h39 percpu_counter_sum_positive(&rwstat->cpu_cnt[idx]); in blkg_rwstat_read_counter()
97 percpu_counter_sum_positive(&rwstat->cpu_cnt[i]); in blkg_rwstat_read()
144 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()
/linux-6.15/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.h86 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
/linux-6.15/include/net/
H A Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
H A Dsock.h1417 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
/linux-6.15/fs/btrfs/
H A Dspace-info.c639 delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in shrink_delalloc()
640 ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes); in shrink_delalloc()
746 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()
748 ordered_bytes = percpu_counter_sum_positive( in shrink_delalloc()
1618 u64 ordered = percpu_counter_sum_positive(&fs_info->ordered_bytes); in maybe_clamp_preempt()
1619 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt()
H A Dextent_map.c1308 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_extent_map_shrinker_worker()
1348 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_extent_map_shrinker_worker()
H A Dsuper.c2387 const s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_nr_cached_objects()
/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
/linux-6.15/net/sunrpc/
H A Dsvc_xprt.c1460 percpu_counter_sum_positive(&pool->sp_messages_arrived), in svc_pool_stats_show()
1461 percpu_counter_sum_positive(&pool->sp_sockets_queued), in svc_pool_stats_show()
1462 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
/linux-6.15/fs/ext4/
H A Dballoc.c640 free_clusters = percpu_counter_sum_positive(fcc); in ext4_has_free_clusters()
641 dirty_clusters = percpu_counter_sum_positive(dcc); in ext4_has_free_clusters()
H A Dextents_status.c1695 percpu_counter_sum_positive(&es_stats->es_stats_all_cnt), in ext4_seq_es_shrinker_info_show()
1696 percpu_counter_sum_positive(&es_stats->es_stats_shk_cnt)); in ext4_seq_es_shrinker_info_show()
1698 percpu_counter_sum_positive(&es_stats->es_stats_cache_hits), in ext4_seq_es_shrinker_info_show()
1699 percpu_counter_sum_positive(&es_stats->es_stats_cache_misses)); in ext4_seq_es_shrinker_info_show()
H A Dsuper.c6141 EXT4_C2B(sbi, percpu_counter_sum_positive( in ext4_update_super()
6145 cpu_to_le32(percpu_counter_sum_positive( in ext4_update_super()
6867 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs()
6868 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs()
6876 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
/linux-6.15/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.c709 percpu_counter_sum_positive( in stat_show()
/linux-6.15/include/trace/events/
H A Dkmem.h480 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
H A Dbtrfs.h2204 __entry->delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes);
2205 __entry->ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes);
/linux-6.15/fs/
H A Dfile_table.c230 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
/linux-6.15/fs/xfs/
H A Dxfs_mount.h711 return percpu_counter_sum_positive(&mp->m_free[ctr].count); in xfs_sum_freecounter()
/linux-6.15/mm/
H A Dutil.c908 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_sb.c1325 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()

12