Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dmetric.c290 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_init()
292 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_init()
294 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_init()
296 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_init()
298 percpu_counter_destroy(&m->d_lease_hit); in ceph_metric_init()
310 percpu_counter_destroy(&m->total_inodes); in ceph_metric_destroy()
311 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_destroy()
312 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_destroy()
313 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_destroy()
314 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_destroy()
[all …]
/linux/lib/
H A Dflex_proportions.c53 percpu_counter_destroy(&p->events); in fprop_global_destroy()
106 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
H A Dpercpu_counter.c28 percpu_counter_destroy(fbc); in percpu_counter_fixup_free()
/linux/include/linux/
H A Dpercpu_counter.h50 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
162 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
/linux/include/net/
H A Ddst_ops.h70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
/linux/fs/xfs/
H A Dxfs_super.c1173 percpu_counter_destroy(&mp->m_free[i].count); in xfs_init_percpu_counters()
1174 percpu_counter_destroy(&mp->m_delalloc_rtextents); in xfs_init_percpu_counters()
1176 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_init_percpu_counters()
1178 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()
1180 percpu_counter_destroy(&mp->m_icount); in xfs_init_percpu_counters()
1203 percpu_counter_destroy(&mp->m_free[i].count); in xfs_destroy_percpu_counters()
1204 percpu_counter_destroy(&mp->m_icount); in xfs_destroy_percpu_counters()
1205 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
1208 percpu_counter_destroy(&mp->m_delalloc_rtextents); in xfs_destroy_percpu_counters()
1211 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters()
H A Dxfs_buf.c1671 percpu_counter_destroy(&btp->bt_readahead_count); in xfs_destroy_buftarg()
1783 percpu_counter_destroy(&btp->bt_readahead_count); in xfs_init_buftarg()
/linux/io_uring/
H A Dtctx.c64 percpu_counter_destroy(&tctx->inflight); in __io_uring_free()
88 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
/linux/kernel/
H A Duser.c153 percpu_counter_destroy(&up->epoll_watches); in user_epoll_free()
/linux/fs/ext2/
H A Dsuper.c195 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_put_super()
196 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_put_super()
197 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_put_super()
1244 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_fill_super()
1245 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_fill_super()
1246 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_fill_super()
/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()
/linux/net/sunrpc/
H A Dsvc.c628 percpu_counter_destroy(&pool->sp_messages_arrived); in svc_destroy()
629 percpu_counter_destroy(&pool->sp_sockets_queued); in svc_destroy()
630 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy()
/linux/fs/btrfs/
H A Ddisk-io.c1224 percpu_counter_destroy(&fs_info->stats_read_blocks); in btrfs_free_fs_info()
1225 percpu_counter_destroy(&fs_info->dirty_metadata_bytes); in btrfs_free_fs_info()
1226 percpu_counter_destroy(&fs_info->delalloc_bytes); in btrfs_free_fs_info()
1227 percpu_counter_destroy(&fs_info->ordered_bytes); in btrfs_free_fs_info()
1230 percpu_counter_destroy(em_counter); in btrfs_free_fs_info()
1231 percpu_counter_destroy(&fs_info->dev_replace.bio_counter); in btrfs_free_fs_info()
/linux/fs/f2fs/
H A Dsuper.c1909 percpu_counter_destroy(&sbi->total_valid_inode_count); in destroy_percpu_info()
1910 percpu_counter_destroy(&sbi->rf_node_block_count); in destroy_percpu_info()
1911 percpu_counter_destroy(&sbi->alloc_valid_block_count); in destroy_percpu_info()
4355 percpu_counter_destroy(&sbi->rf_node_block_count); in init_percpu_info()
4357 percpu_counter_destroy(&sbi->alloc_valid_block_count); in init_percpu_info()
/linux/block/
H A Dbfq-cgroup.c33 percpu_counter_destroy(&stat->cpu_cnt); in bfq_stat_exit()
/linux/drivers/md/
H A Ddm-crypt.c2761 percpu_counter_destroy(&cc->n_allocated_pages); in crypt_dtr()
/linux/mm/
H A Dshmem.c5002 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super()