/linux-6.12.1/fs/nfsd/ |
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()
|
D | nfscache.c | 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()
|
D | export.c | 782 percpu_counter_sum_positive(&counter[EXP_STATS_FH_STALE])); in svc_export_show() 784 percpu_counter_sum_positive(&counter[EXP_STATS_IO_READ])); in svc_export_show() 786 percpu_counter_sum_positive(&counter[EXP_STATS_IO_WRITE])); in svc_export_show()
|
/linux-6.12.1/block/ |
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()
|
D | bfq-cgroup.c | 55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()
|
/linux-6.12.1/include/linux/ |
D | percpu_counter.h | 97 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
|
D | backing-dev.h | 86 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
|
/linux-6.12.1/include/net/ |
D | dst_ops.h | 53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
|
D | sock.h | 1413 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
|
/linux-6.12.1/fs/btrfs/ |
D | space-info.c | 632 delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in shrink_delalloc() 633 ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes); in shrink_delalloc() 739 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc() 741 ordered_bytes = percpu_counter_sum_positive( in shrink_delalloc() 1597 u64 ordered = percpu_counter_sum_positive(&fs_info->ordered_bytes); in maybe_clamp_preempt() 1598 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt()
|
D | extent_map.c | 1282 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_free_extent_maps() 1340 s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_free_extent_maps()
|
D | super.c | 2394 const s64 nr = percpu_counter_sum_positive(&fs_info->evictable_extent_maps); in btrfs_nr_cached_objects()
|
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma.c | 90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
|
/linux-6.12.1/net/sunrpc/ |
D | svc_xprt.c | 1467 percpu_counter_sum_positive(&pool->sp_messages_arrived), in svc_pool_stats_show() 1468 percpu_counter_sum_positive(&pool->sp_sockets_queued), in svc_pool_stats_show() 1469 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_sb.c | 1055 mp->m_sb.sb_icount = percpu_counter_sum_positive(&mp->m_icount); in xfs_log_sb() 1057 percpu_counter_sum_positive(&mp->m_ifree), in xfs_log_sb() 1060 percpu_counter_sum_positive(&mp->m_fdblocks); in xfs_log_sb()
|
/linux-6.12.1/fs/ext4/ |
D | extents_status.c | 1696 percpu_counter_sum_positive(&es_stats->es_stats_all_cnt), in ext4_seq_es_shrinker_info_show() 1697 percpu_counter_sum_positive(&es_stats->es_stats_shk_cnt)); in ext4_seq_es_shrinker_info_show() 1699 percpu_counter_sum_positive(&es_stats->es_stats_cache_hits), in ext4_seq_es_shrinker_info_show() 1700 percpu_counter_sum_positive(&es_stats->es_stats_cache_misses)); in ext4_seq_es_shrinker_info_show()
|
D | balloc.c | 640 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()
|
D | super.c | 6106 EXT4_C2B(sbi, percpu_counter_sum_positive( in ext4_update_super() 6110 cpu_to_le32(percpu_counter_sum_positive( in ext4_update_super() 6811 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6812 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs() 6820 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
|
/linux-6.12.1/fs/f2fs/ |
D | recovery.c | 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()
|
D | debug.c | 610 percpu_counter_sum_positive( in stat_show()
|
/linux-6.12.1/include/trace/events/ |
D | kmem.h | 402 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
|
D | btrfs.h | 2200 __entry->delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); 2201 __entry->ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes);
|
/linux-6.12.1/fs/ |
D | file_table.c | 205 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
|
/linux-6.12.1/mm/ |
D | util.c | 1012 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_super.c | 887 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs()
|