Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/include/linux/
Dpercpu_counter.h59 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
161 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() function
Dbacking-dev.h90 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
/Linux-v5.10/include/net/
Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
Dsock.h1357 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
Dtcp.h299 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans()
/Linux-v5.10/fs/btrfs/
Dspace-info.c514 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()
516 dio_bytes = percpu_counter_sum_positive(&fs_info->dio_bytes); in shrink_delalloc()
554 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()
556 dio_bytes = percpu_counter_sum_positive(&fs_info->dio_bytes); in shrink_delalloc()
/Linux-v5.10/fs/
Dfile_table.c147 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
/Linux-v5.10/fs/ext4/
Dballoc.c589 free_clusters = percpu_counter_sum_positive(fcc); in ext4_has_free_clusters()
590 dirty_clusters = percpu_counter_sum_positive(dcc); in ext4_has_free_clusters()
Dextents_status.c1608 percpu_counter_sum_positive(&es_stats->es_stats_all_cnt), in ext4_seq_es_shrinker_info_show()
1609 percpu_counter_sum_positive(&es_stats->es_stats_shk_cnt)); in ext4_seq_es_shrinker_info_show()
1611 percpu_counter_sum_positive(&es_stats->es_stats_cache_hits), in ext4_seq_es_shrinker_info_show()
1612 percpu_counter_sum_positive(&es_stats->es_stats_cache_misses)); in ext4_seq_es_shrinker_info_show()
Dsuper.c5519 EXT4_C2B(EXT4_SB(sb), percpu_counter_sum_positive( in ext4_commit_super()
5523 cpu_to_le32(percpu_counter_sum_positive( in ext4_commit_super()
6124 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs()
6125 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs()
6133 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
/Linux-v5.10/net/ipv4/
Dproc.c56 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
/Linux-v5.10/mm/
Dutil.c840 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
/Linux-v5.10/fs/f2fs/
Drecovery.c49 s64 nalloc = percpu_counter_sum_positive(&sbi->alloc_valid_block_count); in f2fs_space_for_roll_forward()
Df2fs.h2390 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()