| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | metric.c | 209 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 D | percpu_counter.c | 28 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 D | flex_proportions.c | 53 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 D | blk-cgroup-rwstat.c | 16 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 D | bfq-cgroup.c | 33 percpu_counter_destroy(&stat->cpu_cnt); in bfq_stat_exit()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | percpu_counter.h | 41 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 D | dst_ops.h | 70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | extents_status.c | 1663 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 D | super.c | 1224 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 D | xfs_super.c | 1040 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 D | xfs_buf.c | 1948 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 D | super.c | 168 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 D | backing-dev.c | 322 percpu_counter_destroy(&wb->stat[i]); in wb_init() 363 percpu_counter_destroy(&wb->stat[i]); in wb_exit()
|
| H A D | shmem.c | 3679 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | locking.c | 614 percpu_counter_destroy(&lock->writers); in btrfs_drew_lock_destroy()
|
| H A D | disk-io.c | 1496 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 D | sysfs.c | 659 percpu_counter_destroy(&sinfo->total_bytes_pinned); in space_info_release()
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | proto.c | 1230 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 D | protocol.c | 1570 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 D | super.c | 1425 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 D | abi_gki_aarch64_oplus | 1874 percpu_counter_destroy
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-crypt.c | 2696 percpu_counter_destroy(&cc->n_allocated_pages); in crypt_dtr()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 8527 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 D | mmu.c | 5979 percpu_counter_destroy(&kvm_total_used_mmu_pages); in kvm_mmu_vendor_module_exit()
|