/linux-6.3-rc2/net/sunrpc/xprtrdma/ |
A D | svc_rdma.c | 240 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-6.3-rc2/fs/ceph/ |
A D | metric.c | 281 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_init() 283 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_init() 285 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_init() 287 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_init() 289 percpu_counter_destroy(&m->d_lease_hit); in ceph_metric_init() 301 percpu_counter_destroy(&m->total_inodes); in ceph_metric_destroy() 302 percpu_counter_destroy(&m->opened_inodes); in ceph_metric_destroy() 303 percpu_counter_destroy(&m->i_caps_mis); in ceph_metric_destroy() 304 percpu_counter_destroy(&m->i_caps_hit); in ceph_metric_destroy() 305 percpu_counter_destroy(&m->d_lease_mis); in ceph_metric_destroy() [all …]
|
/linux-6.3-rc2/fs/nfsd/ |
A D | stats.c | 88 percpu_counter_destroy(&counters[i-1]); in nfsd_percpu_counters_init() 106 percpu_counter_destroy(&counters[i]); in nfsd_percpu_counters_destroy()
|
/linux-6.3-rc2/block/ |
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()
|
/linux-6.3-rc2/lib/ |
A D | percpu_counter.c | 28 percpu_counter_destroy(fbc); in percpu_counter_fixup_free() 187 void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function 204 EXPORT_SYMBOL(percpu_counter_destroy);
|
A D | flex_proportions.c | 53 percpu_counter_destroy(&p->events); in fprop_global_destroy() 182 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
|
/linux-6.3-rc2/include/linux/ |
A D | percpu_counter.h | 43 void percpu_counter_destroy(struct percpu_counter *fbc); 127 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() function
|
/linux-6.3-rc2/include/net/ |
A D | dst_ops.h | 70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_super.c | 1051 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_init_percpu_counters() 1053 percpu_counter_destroy(&mp->m_fdblocks); in xfs_init_percpu_counters() 1055 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters() 1057 percpu_counter_destroy(&mp->m_icount); in xfs_init_percpu_counters() 1075 percpu_counter_destroy(&mp->m_icount); in xfs_destroy_percpu_counters() 1076 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters() 1077 percpu_counter_destroy(&mp->m_fdblocks); in xfs_destroy_percpu_counters() 1080 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters() 1081 percpu_counter_destroy(&mp->m_frextents); in xfs_destroy_percpu_counters()
|
A D | xfs_buf.c | 1944 percpu_counter_destroy(&btp->bt_io_count); in xfs_free_buftarg() 2035 percpu_counter_destroy(&btp->bt_io_count); in xfs_alloc_buftarg()
|
/linux-6.3-rc2/io_uring/ |
A D | tctx.c | 55 percpu_counter_destroy(&tctx->inflight); in __io_uring_free() 79 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents_status.c | 1662 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_register_shrinker() 1664 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_register_shrinker() 1666 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_register_shrinker() 1668 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_register_shrinker() 1674 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_unregister_shrinker() 1675 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_unregister_shrinker() 1676 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_unregister_shrinker() 1677 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_unregister_shrinker()
|
A D | super.c | 1253 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_put_super() 1254 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_put_super() 1255 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_put_super() 1256 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_put_super() 1257 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_put_super() 5559 percpu_counter_destroy(&sbi->s_freeclusters_counter); in __ext4_fill_super() 5560 percpu_counter_destroy(&sbi->s_freeinodes_counter); in __ext4_fill_super() 5561 percpu_counter_destroy(&sbi->s_dirs_counter); in __ext4_fill_super() 5562 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in __ext4_fill_super() 5563 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in __ext4_fill_super()
|
/linux-6.3-rc2/kernel/ |
A D | user.c | 144 percpu_counter_destroy(&up->epoll_watches); in user_epoll_free()
|
A D | fork.c | 800 percpu_counter_destroy(&mm->rss_stat[i]); in __mmdrop() 1178 percpu_counter_destroy(&mm->rss_stat[--i]); in mm_init()
|
/linux-6.3-rc2/fs/ext2/ |
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() 1214 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_fill_super() 1215 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_fill_super() 1216 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_fill_super()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | locking.c | 345 percpu_counter_destroy(&lock->writers); in btrfs_drew_lock_destroy()
|
A D | disk-io.c | 1501 percpu_counter_destroy(&fs_info->dirty_metadata_bytes); in btrfs_free_fs_info() 1502 percpu_counter_destroy(&fs_info->delalloc_bytes); in btrfs_free_fs_info() 1503 percpu_counter_destroy(&fs_info->ordered_bytes); in btrfs_free_fs_info() 1504 percpu_counter_destroy(&fs_info->dev_replace.bio_counter); in btrfs_free_fs_info()
|
/linux-6.3-rc2/ipc/ |
A D | msg.c | 1324 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-6.3-rc2/net/sunrpc/ |
A D | svc.c | 591 percpu_counter_destroy(&pool->sp_sockets_queued); in svc_destroy() 592 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy() 593 percpu_counter_destroy(&pool->sp_threads_timedout); in svc_destroy()
|
/linux-6.3-rc2/mm/ |
A D | backing-dev.c | 451 percpu_counter_destroy(&wb->stat[i]); in wb_init() 490 percpu_counter_destroy(&wb->stat[i]); in wb_exit()
|
/linux-6.3-rc2/net/sctp/ |
A D | protocol.c | 1680 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_init() 1719 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_exit()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | super.c | 1519 percpu_counter_destroy(&sbi->total_valid_inode_count); in destroy_percpu_info() 1520 percpu_counter_destroy(&sbi->rf_node_block_count); in destroy_percpu_info() 1521 percpu_counter_destroy(&sbi->alloc_valid_block_count); in destroy_percpu_info() 3691 percpu_counter_destroy(&sbi->rf_node_block_count); in init_percpu_info() 3693 percpu_counter_destroy(&sbi->alloc_valid_block_count); in init_percpu_info()
|
/linux-6.3-rc2/fs/jbd2/ |
A D | journal.c | 1428 percpu_counter_destroy(&journal->j_checkpoint_jh_count); in journal_init_common() 2190 percpu_counter_destroy(&journal->j_checkpoint_jh_count); in jbd2_journal_destroy()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | hashtab.c | 585 percpu_counter_destroy(&htab->pcount); in htab_map_alloc() 1517 percpu_counter_destroy(&htab->pcount); in htab_map_free()
|