Searched refs:percpu_counter_sum_positive (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.6/fs/nfsd/ |
D | stats.c | 40 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_RC_HITS]), in nfsd_show() 41 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_RC_MISSES]), in nfsd_show() 42 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_RC_NOCACHE]), in nfsd_show() 43 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_FH_STALE]), in nfsd_show() 44 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_IO_READ]), in nfsd_show() 45 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_IO_WRITE])); in nfsd_show() 66 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_NFS4_OP(i)])); in nfsd_show() 69 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_WDELEG_GETATTR])); in nfsd_show()
|
D | nfscache.c | 678 percpu_counter_sum_positive(&nn->counter[NFSD_NET_DRC_MEM_USAGE])); in nfsd_reply_cache_stats_show() 680 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_RC_HITS])); in nfsd_reply_cache_stats_show() 682 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_RC_MISSES])); in nfsd_reply_cache_stats_show() 684 percpu_counter_sum_positive(&nfsdstats.counter[NFSD_STATS_RC_NOCACHE])); in nfsd_reply_cache_stats_show() 686 percpu_counter_sum_positive(&nn->counter[NFSD_NET_PAYLOAD_MISSES])); in nfsd_reply_cache_stats_show()
|
D | export.c | 772 percpu_counter_sum_positive(&exp->ex_stats.counter[EXP_STATS_FH_STALE])); in svc_export_show() 774 percpu_counter_sum_positive(&exp->ex_stats.counter[EXP_STATS_IO_READ])); in svc_export_show() 776 percpu_counter_sum_positive(&exp->ex_stats.counter[EXP_STATS_IO_WRITE])); in svc_export_show()
|
/Linux-v6.6/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-v6.6/include/linux/ |
D | percpu_counter.h | 88 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
|
D | backing-dev.h | 87 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
|
/Linux-v6.6/include/net/ |
D | dst_ops.h | 53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
|
D | sock.h | 1513 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
|
/Linux-v6.6/fs/btrfs/ |
D | space-info.c | 588 delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in shrink_delalloc() 589 ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes); in shrink_delalloc() 695 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc() 697 ordered_bytes = percpu_counter_sum_positive( in shrink_delalloc() 1561 u64 ordered = percpu_counter_sum_positive(&fs_info->ordered_bytes); in maybe_clamp_preempt() 1562 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt()
|
/Linux-v6.6/net/sunrpc/xprtrdma/ |
D | svc_rdma.c | 90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
|
/Linux-v6.6/net/sunrpc/ |
D | svc_xprt.c | 1426 percpu_counter_sum_positive(&pool->sp_messages_arrived), in svc_pool_stats_show() 1427 percpu_counter_sum_positive(&pool->sp_sockets_queued), in svc_pool_stats_show() 1428 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
|
/Linux-v6.6/include/trace/events/ |
D | kmem.h | 364 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
|
D | btrfs.h | 2247 __entry->delalloc_bytes = percpu_counter_sum_positive(&fs_info->delalloc_bytes); 2248 __entry->ordered_bytes = percpu_counter_sum_positive(&fs_info->ordered_bytes);
|
/Linux-v6.6/fs/ext4/ |
D | balloc.c | 632 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()
|
D | extents_status.c | 1655 percpu_counter_sum_positive(&es_stats->es_stats_all_cnt), in ext4_seq_es_shrinker_info_show() 1656 percpu_counter_sum_positive(&es_stats->es_stats_shk_cnt)); in ext4_seq_es_shrinker_info_show() 1658 percpu_counter_sum_positive(&es_stats->es_stats_cache_hits), in ext4_seq_es_shrinker_info_show() 1659 percpu_counter_sum_positive(&es_stats->es_stats_cache_misses)); in ext4_seq_es_shrinker_info_show()
|
D | super.c | 6123 EXT4_C2B(sbi, percpu_counter_sum_positive( in ext4_update_super() 6127 cpu_to_le32(percpu_counter_sum_positive( in ext4_update_super() 6808 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs() 6809 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs() 6817 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
|
/Linux-v6.6/fs/ |
D | file_table.c | 202 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
|
/Linux-v6.6/fs/f2fs/ |
D | recovery.c | 55 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()
|
D | debug.c | 611 percpu_counter_sum_positive( in stat_show()
|
D | f2fs.h | 2719 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()
|
/Linux-v6.6/mm/ |
D | util.c | 911 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_super.c | 892 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs()
|