Home
last modified time | relevance | path

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

12

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c222 percpu_counter_destroy(&svcrdma_stat_write); in svc_rdma_proc_cleanup()
223 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_cleanup()
224 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_cleanup()
225 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_cleanup()
253 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_init()
254 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_init()
255 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_init()
/openbmc/linux/fs/ceph/
H A Dmetric.c289 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_init()
291 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_init()
293 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_init()
295 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_init()
297 percpu_counter_destroy(&m->d_lease_hit); in ceph_metric_init()
309 percpu_counter_destroy(&m->total_inodes); in ceph_metric_destroy()
310 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_destroy()
311 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_destroy()
312 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_destroy()
313 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_destroy()
[all …]
/openbmc/linux/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()
/openbmc/linux/fs/nfsd/
H A Dstats.c87 percpu_counter_destroy(&counters[i-1]); in nfsd_percpu_counters_init()
105 percpu_counter_destroy(&counters[i]); in nfsd_percpu_counters_destroy()
/openbmc/linux/include/linux/
H A Dpercpu_counter.h50 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
153 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
/openbmc/linux/lib/
H A Dflex_proportions.c53 percpu_counter_destroy(&p->events); in fprop_global_destroy()
182 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
H A Dpercpu_counter.c28 percpu_counter_destroy(fbc); in percpu_counter_fixup_free()
/openbmc/linux/include/net/
H A Ddst_ops.h70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
/openbmc/linux/io_uring/
H A Dtctx.c55 percpu_counter_destroy(&tctx->inflight); in __io_uring_free()
79 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1070 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_init_percpu_counters()
1072 percpu_counter_destroy(&mp->m_fdblocks); in xfs_init_percpu_counters()
1074 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()
1076 percpu_counter_destroy(&mp->m_icount); in xfs_init_percpu_counters()
1094 percpu_counter_destroy(&mp->m_icount); in xfs_destroy_percpu_counters()
1095 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
1096 percpu_counter_destroy(&mp->m_fdblocks); in xfs_destroy_percpu_counters()
1099 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters()
1100 percpu_counter_destroy(&mp->m_frextents); in xfs_destroy_percpu_counters()
H A Dxfs_buf.c1952 percpu_counter_destroy(&btp->bt_io_count); in xfs_free_buftarg()
2044 percpu_counter_destroy(&btp->bt_io_count); in xfs_alloc_buftarg()
/openbmc/linux/fs/ext4/
H A Dextents_status.c1741 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_register_shrinker()
1743 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_register_shrinker()
1745 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_register_shrinker()
1747 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_register_shrinker()
1753 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_unregister_shrinker()
1754 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_unregister_shrinker()
1755 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_unregister_shrinker()
1756 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_unregister_shrinker()
H A Dsuper.c1248 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_percpu_param_destroy()
1249 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_percpu_param_destroy()
1250 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_percpu_param_destroy()
1251 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_percpu_param_destroy()
1252 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_percpu_param_destroy()
/openbmc/linux/kernel/
H A Duser.c144 percpu_counter_destroy(&up->epoll_watches); in user_epoll_free()
/openbmc/linux/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()
1206 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_fill_super()
1207 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_fill_super()
1208 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_fill_super()
/openbmc/linux/ipc/
H A Dmsg.c1324 percpu_counter_destroy(&ns->percpu_msg_bytes); in msg_init_ns()
1335 percpu_counter_destroy(&ns->percpu_msg_bytes); in msg_exit_ns()
1336 percpu_counter_destroy(&ns->percpu_msg_hdrs); in msg_exit_ns()
/openbmc/linux/net/sunrpc/
H A Dsvc.c593 percpu_counter_destroy(&pool->sp_messages_arrived); in svc_destroy()
594 percpu_counter_destroy(&pool->sp_sockets_queued); in svc_destroy()
595 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy()
/openbmc/linux/mm/
H A Dbacking-dev.c454 percpu_counter_destroy(&wb->stat[i]); in wb_init()
493 percpu_counter_destroy(&wb->stat[i]); in wb_exit()
/openbmc/linux/net/sctp/
H A Dprotocol.c1678 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_init()
1717 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_exit()
/openbmc/linux/fs/f2fs/
H A Dsuper.c1551 percpu_counter_destroy(&sbi->total_valid_inode_count); in destroy_percpu_info()
1552 percpu_counter_destroy(&sbi->rf_node_block_count); in destroy_percpu_info()
1553 percpu_counter_destroy(&sbi->alloc_valid_block_count); in destroy_percpu_info()
3816 percpu_counter_destroy(&sbi->rf_node_block_count); in init_percpu_info()
3818 percpu_counter_destroy(&sbi->alloc_valid_block_count); in init_percpu_info()
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c1244 percpu_counter_destroy(&fs_info->dirty_metadata_bytes); in btrfs_free_fs_info()
1245 percpu_counter_destroy(&fs_info->delalloc_bytes); in btrfs_free_fs_info()
1246 percpu_counter_destroy(&fs_info->ordered_bytes); in btrfs_free_fs_info()
1247 percpu_counter_destroy(&fs_info->dev_replace.bio_counter); in btrfs_free_fs_info()
/openbmc/linux/fs/jbd2/
H A Djournal.c1645 percpu_counter_destroy(&journal->j_checkpoint_jh_count); in journal_init_common()
2221 percpu_counter_destroy(&journal->j_checkpoint_jh_count); in jbd2_journal_destroy()
/openbmc/linux/kernel/bpf/
H A Dhashtab.c602 percpu_counter_destroy(&htab->pcount); in htab_map_alloc()
1556 percpu_counter_destroy(&htab->pcount); in htab_map_free()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c6932 percpu_counter_destroy(&kvm_total_used_mmu_pages); in kvm_mmu_vendor_module_init()
6949 percpu_counter_destroy(&kvm_total_used_mmu_pages); in kvm_mmu_vendor_module_exit()

12