Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dstats.c40 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()
Dnfscache.c678 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()
Dexport.c772 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/
Dblk-cgroup-rwstat.h39 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()
Dbfq-cgroup.c55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()
/Linux-v6.6/include/linux/
Dpercpu_counter.h88 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
Dbacking-dev.h87 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
/Linux-v6.6/include/net/
Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
Dsock.h1513 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
/Linux-v6.6/fs/btrfs/
Dspace-info.c588 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/
Dsvc_rdma.c90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
/Linux-v6.6/net/sunrpc/
Dsvc_xprt.c1426 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/
Dkmem.h364 __entry->size = (percpu_counter_sum_positive(&mm->rss_stat[member])
Dbtrfs.h2247 __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/
Dballoc.c632 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()
Dextents_status.c1655 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()
Dsuper.c6123 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/
Dfile_table.c202 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
/Linux-v6.6/fs/f2fs/
Drecovery.c55 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()
Ddebug.c611 percpu_counter_sum_positive( in stat_show()
Df2fs.h2719 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()
/Linux-v6.6/mm/
Dutil.c911 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
/Linux-v6.6/fs/xfs/
Dxfs_super.c892 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs()