Home
last modified time | relevance | path

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

12

/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma.c240 percpu_counter_destroy(&svcrdma_stat_write); in svc_rdma_proc_cleanup()
241 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_cleanup()
242 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_cleanup()
243 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_cleanup()
270 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_init()
271 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_init()
272 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_init()
/linux/fs/ceph/
A Dmetric.c274 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_init()
276 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_init()
278 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_init()
280 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_init()
282 percpu_counter_destroy(&m->d_lease_hit); in ceph_metric_init()
294 percpu_counter_destroy(&m->total_inodes); in ceph_metric_destroy()
295 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_destroy()
296 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_destroy()
297 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_destroy()
298 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_destroy()
[all …]
/linux/lib/
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);
A Dflex_proportions.c53 percpu_counter_destroy(&p->events); in fprop_global_destroy()
186 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
/linux/fs/nfsd/
A Dstats.c98 percpu_counter_destroy(&counters[i-1]); in nfsd_percpu_counters_init()
116 percpu_counter_destroy(&counters[i]); in nfsd_percpu_counters_destroy()
/linux/block/
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()
A Dbfq-cgroup.c33 percpu_counter_destroy(&stat->cpu_cnt); in bfq_stat_exit()
/linux/include/linux/
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
/linux/include/net/
A Ddst_ops.h70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
/linux/fs/ext4/
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()
A Dsuper.c1227 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_put_super()
1228 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_put_super()
1229 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_put_super()
1230 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_put_super()
1231 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_put_super()
5033 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_fill_super()
5034 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_fill_super()
5035 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_fill_super()
5036 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_fill_super()
5037 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_fill_super()
/linux/fs/xfs/
A Dxfs_super.c1011 percpu_counter_destroy(&mp->m_fdblocks); in xfs_init_percpu_counters()
1013 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()
1015 percpu_counter_destroy(&mp->m_icount); in xfs_init_percpu_counters()
1032 percpu_counter_destroy(&mp->m_icount); in xfs_destroy_percpu_counters()
1033 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
1034 percpu_counter_destroy(&mp->m_fdblocks); in xfs_destroy_percpu_counters()
1037 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters()
A Dxfs_buf.c1891 percpu_counter_destroy(&btp->bt_io_count); in xfs_free_buftarg()
1975 percpu_counter_destroy(&btp->bt_io_count); in xfs_alloc_buftarg()
/linux/fs/ext2/
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()
1190 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_fill_super()
1191 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_fill_super()
1192 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_fill_super()
/linux/fs/btrfs/
A Dlocking.c231 percpu_counter_destroy(&lock->writers); in btrfs_drew_lock_destroy()
A Ddisk-io.c1624 percpu_counter_destroy(&fs_info->dirty_metadata_bytes); in btrfs_free_fs_info()
1625 percpu_counter_destroy(&fs_info->delalloc_bytes); in btrfs_free_fs_info()
1626 percpu_counter_destroy(&fs_info->ordered_bytes); in btrfs_free_fs_info()
1627 percpu_counter_destroy(&fs_info->dev_replace.bio_counter); in btrfs_free_fs_info()
/linux/kernel/
A Duser.c144 percpu_counter_destroy(&up->epoll_watches); in user_epoll_free()
/linux/mm/
A Dbacking-dev.c330 percpu_counter_destroy(&wb->stat[i]); in wb_init()
369 percpu_counter_destroy(&wb->stat[i]); in wb_exit()
A Dshmem.c3596 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super()
/linux/net/sctp/
A Dprotocol.c1669 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_init()
1708 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_exit()
/linux/fs/jbd2/
A Djournal.c1416 percpu_counter_destroy(&journal->j_checkpoint_jh_count); in journal_init_common()
2182 percpu_counter_destroy(&journal->j_checkpoint_jh_count); in jbd2_journal_destroy()
/linux/fs/f2fs/
A Dsuper.c1470 percpu_counter_destroy(&sbi->alloc_valid_block_count); in destroy_percpu_info()
1471 percpu_counter_destroy(&sbi->total_valid_inode_count); in destroy_percpu_info()
3591 percpu_counter_destroy(&sbi->alloc_valid_block_count); in init_percpu_info()
/linux/drivers/md/
A Ddm-crypt.c2725 percpu_counter_destroy(&cc->n_allocated_pages); in crypt_dtr()
/linux/arch/x86/kvm/mmu/
A Dmmu.c6202 percpu_counter_destroy(&kvm_total_used_mmu_pages); in kvm_mmu_module_exit()
/linux/fs/
A Dio_uring.c8667 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
8691 percpu_counter_destroy(&tctx->inflight); in __io_uring_free()

Completed in 107 milliseconds

12