Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A 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()
H A Dbfq-cgroup.c55 return percpu_counter_sum_positive(&stat->cpu_cnt); in bfq_stat_read()
/OK3568_Linux_fs/kernel/include/linux/
H A 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
H A Dbacking-dev.h90 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
/OK3568_Linux_fs/kernel/include/net/
H A Ddst_ops.h53 return percpu_counter_sum_positive(&dst->pcpuc_entries); in dst_entries_get_slow()
H A Dtcp.h299 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans()
H A Dsock.h1405 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dspace-info.c515 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()
517 dio_bytes = percpu_counter_sum_positive(&fs_info->dio_bytes); in shrink_delalloc()
557 delalloc_bytes = percpu_counter_sum_positive( in shrink_delalloc()
559 dio_bytes = percpu_counter_sum_positive(&fs_info->dio_bytes); in shrink_delalloc()
/OK3568_Linux_fs/kernel/fs/ext4/
H A 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()
H A Dextents_status.c1606 percpu_counter_sum_positive(&es_stats->es_stats_all_cnt), in ext4_seq_es_shrinker_info_show()
1607 percpu_counter_sum_positive(&es_stats->es_stats_shk_cnt)); in ext4_seq_es_shrinker_info_show()
1609 percpu_counter_sum_positive(&es_stats->es_stats_cache_hits), in ext4_seq_es_shrinker_info_show()
1610 percpu_counter_sum_positive(&es_stats->es_stats_cache_misses)); in ext4_seq_es_shrinker_info_show()
H A Dsuper.c5542 EXT4_C2B(EXT4_SB(sb), percpu_counter_sum_positive( in ext4_commit_super()
5546 cpu_to_le32(percpu_counter_sum_positive( in ext4_commit_super()
6151 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) - in ext4_statfs()
6152 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter); in ext4_statfs()
6160 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
/OK3568_Linux_fs/kernel/fs/
H A Dfile_table.c147 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dproc.c56 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
/OK3568_Linux_fs/kernel/mm/
H A Dutil.c898 return percpu_counter_sum_positive(&vm_committed_as); in vm_memory_committed()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Drecovery.c54 s64 nalloc = percpu_counter_sum_positive(&sbi->alloc_valid_block_count); in f2fs_space_for_roll_forward()
H A Df2fs.h2644 return percpu_counter_sum_positive(&sbi->total_valid_inode_count); in valid_inode_count()