Home
last modified time | relevance | path

Searched refs:percpu_counter_destroy (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmetric.c209 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_init()
211 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_init()
213 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_init()
215 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_init()
217 percpu_counter_destroy(&m->d_lease_hit); in ceph_metric_init()
229 percpu_counter_destroy(&m->total_inodes); in ceph_metric_destroy()
230 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_destroy()
231 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_destroy()
232 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_destroy()
233 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_destroy()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dpercpu_counter.c28 percpu_counter_destroy(fbc); in percpu_counter_fixup_free()
165 void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
182 EXPORT_SYMBOL(percpu_counter_destroy);
H A Dflex_proportions.c53 percpu_counter_destroy(&p->events); in fprop_global_destroy()
186 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup-rwstat.c16 percpu_counter_destroy(&rwstat->cpu_cnt[i]); in blkg_rwstat_init()
30 percpu_counter_destroy(&rwstat->cpu_cnt[i]); in blkg_rwstat_exit()
H A Dbfq-cgroup.c33 percpu_counter_destroy(&stat->cpu_cnt); in bfq_stat_exit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu_counter.h41 void percpu_counter_destroy(struct percpu_counter *fbc);
108 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
/OK3568_Linux_fs/kernel/include/net/
H A Ddst_ops.h70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents_status.c1663 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_register_shrinker()
1665 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_register_shrinker()
1667 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_register_shrinker()
1669 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_register_shrinker()
1675 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_unregister_shrinker()
1676 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_unregister_shrinker()
1677 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_unregister_shrinker()
1678 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_unregister_shrinker()
H A Dsuper.c1224 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_put_super()
1225 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_put_super()
1226 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_put_super()
1227 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_put_super()
1228 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_put_super()
5153 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_fill_super()
5154 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_fill_super()
5155 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_fill_super()
5156 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_fill_super()
5157 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_fill_super()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_super.c1040 percpu_counter_destroy(&mp->m_fdblocks); in xfs_init_percpu_counters()
1042 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()
1044 percpu_counter_destroy(&mp->m_icount); in xfs_init_percpu_counters()
1061 percpu_counter_destroy(&mp->m_icount); in xfs_destroy_percpu_counters()
1062 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
1063 percpu_counter_destroy(&mp->m_fdblocks); in xfs_destroy_percpu_counters()
1066 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters()
H A Dxfs_buf.c1948 percpu_counter_destroy(&btp->bt_io_count); in xfs_free_buftarg()
2032 percpu_counter_destroy(&btp->bt_io_count); in xfs_alloc_buftarg()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dsuper.c168 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_put_super()
169 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_put_super()
170 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_put_super()
1204 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_fill_super()
1205 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_fill_super()
1206 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_fill_super()
/OK3568_Linux_fs/kernel/mm/
H A Dbacking-dev.c322 percpu_counter_destroy(&wb->stat[i]); in wb_init()
363 percpu_counter_destroy(&wb->stat[i]); in wb_exit()
H A Dshmem.c3679 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dlocking.c614 percpu_counter_destroy(&lock->writers); in btrfs_drew_lock_destroy()
H A Ddisk-io.c1496 percpu_counter_destroy(&fs_info->dirty_metadata_bytes); in btrfs_free_fs_info()
1497 percpu_counter_destroy(&fs_info->delalloc_bytes); in btrfs_free_fs_info()
1498 percpu_counter_destroy(&fs_info->dio_bytes); in btrfs_free_fs_info()
1499 percpu_counter_destroy(&fs_info->dev_replace.bio_counter); in btrfs_free_fs_info()
H A Dsysfs.c659 percpu_counter_destroy(&sinfo->total_bytes_pinned); in space_info_release()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c1230 percpu_counter_destroy(&dccp_orphan_count); in dccp_init()
1253 percpu_counter_destroy(&dccp_orphan_count); in dccp_fini()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dprotocol.c1570 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_init()
1609 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_exit()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c1425 percpu_counter_destroy(&sbi->alloc_valid_block_count); in destroy_percpu_info()
1426 percpu_counter_destroy(&sbi->total_valid_inode_count); in destroy_percpu_info()
3508 percpu_counter_destroy(&sbi->alloc_valid_block_count); in init_percpu_info()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus1874 percpu_counter_destroy
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c2696 percpu_counter_destroy(&cc->n_allocated_pages); in crypt_dtr()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c8527 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
8551 percpu_counter_destroy(&tctx->inflight); in __io_uring_free()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c5979 percpu_counter_destroy(&kvm_total_used_mmu_pages); in kvm_mmu_vendor_module_exit()