| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma.c | 221 percpu_counter_destroy(&svcrdma_stat_write); in svc_rdma_proc_cleanup() 222 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_cleanup() 223 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_cleanup() 224 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_cleanup() 256 percpu_counter_destroy(&svcrdma_stat_write); in svc_rdma_proc_init() 258 percpu_counter_destroy(&svcrdma_stat_sq_starve); in svc_rdma_proc_init() 260 percpu_counter_destroy(&svcrdma_stat_recv); in svc_rdma_proc_init() 262 percpu_counter_destroy(&svcrdma_stat_read); in svc_rdma_proc_init()
|
| /linux-6.15/fs/ceph/ |
| H A D | metric.c | 290 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-6.15/lib/ |
| H A D | flex_proportions.c | 53 percpu_counter_destroy(&p->events); in fprop_global_destroy() 105 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
|
| H A D | percpu_counter.c | 28 percpu_counter_destroy(fbc); in percpu_counter_fixup_free()
|
| /linux-6.15/include/linux/ |
| H A D | percpu_counter.h | 50 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-6.15/include/net/ |
| H A D | dst_ops.h | 70 percpu_counter_destroy(&dst->pcpuc_entries); in dst_entries_destroy()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_super.c | 1153 percpu_counter_destroy(&mp->m_free[i].count); in xfs_init_percpu_counters() 1154 percpu_counter_destroy(&mp->m_delalloc_rtextents); in xfs_init_percpu_counters() 1156 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_init_percpu_counters() 1158 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters() 1160 percpu_counter_destroy(&mp->m_icount); in xfs_init_percpu_counters() 1183 percpu_counter_destroy(&mp->m_free[i].count); in xfs_destroy_percpu_counters() 1184 percpu_counter_destroy(&mp->m_icount); in xfs_destroy_percpu_counters() 1185 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters() 1188 percpu_counter_destroy(&mp->m_delalloc_rtextents); in xfs_destroy_percpu_counters() 1191 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters()
|
| H A D | xfs_buf.c | 1701 percpu_counter_destroy(&btp->bt_readahead_count); in xfs_destroy_buftarg() 1769 percpu_counter_destroy(&btp->bt_readahead_count); in xfs_init_buftarg()
|
| /linux-6.15/io_uring/ |
| H A D | tctx.c | 66 percpu_counter_destroy(&tctx->inflight); in __io_uring_free() 90 percpu_counter_destroy(&tctx->inflight); in io_uring_alloc_task_context()
|
| /linux-6.15/fs/ext4/ |
| H A D | extents_status.c | 1757 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_register_shrinker() 1759 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_register_shrinker() 1761 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_register_shrinker() 1763 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_register_shrinker() 1769 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits); in ext4_es_unregister_shrinker() 1770 percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses); in ext4_es_unregister_shrinker() 1771 percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt); in ext4_es_unregister_shrinker() 1772 percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_unregister_shrinker()
|
| H A D | mballoc-test.c | 111 percpu_counter_destroy(&EXT4_SB(sb)->s_freeclusters_counter); in mbt_mb_init() 122 percpu_counter_destroy(&EXT4_SB(sb)->s_dirtyclusters_counter); in mbt_mb_release() 123 percpu_counter_destroy(&EXT4_SB(sb)->s_freeclusters_counter); in mbt_mb_release()
|
| H A D | super.c | 1234 percpu_counter_destroy(&sbi->s_freeclusters_counter); in ext4_percpu_param_destroy() 1235 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext4_percpu_param_destroy() 1236 percpu_counter_destroy(&sbi->s_dirs_counter); in ext4_percpu_param_destroy() 1237 percpu_counter_destroy(&sbi->s_dirtyclusters_counter); in ext4_percpu_param_destroy() 1238 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit); in ext4_percpu_param_destroy()
|
| /linux-6.15/kernel/ |
| H A D | user.c | 157 percpu_counter_destroy(&up->epoll_watches); in user_epoll_free()
|
| /linux-6.15/fs/ext2/ |
| H A D | super.c | 195 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() 1243 percpu_counter_destroy(&sbi->s_freeblocks_counter); in ext2_fill_super() 1244 percpu_counter_destroy(&sbi->s_freeinodes_counter); in ext2_fill_super() 1245 percpu_counter_destroy(&sbi->s_dirs_counter); in ext2_fill_super()
|
| /linux-6.15/ipc/ |
| H 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.15/net/sunrpc/ |
| H A D | svc.c | 629 percpu_counter_destroy(&pool->sp_messages_arrived); in svc_destroy() 630 percpu_counter_destroy(&pool->sp_sockets_queued); in svc_destroy() 631 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy()
|
| /linux-6.15/fs/btrfs/ |
| H A D | disk-io.c | 1257 percpu_counter_destroy(&fs_info->stats_read_blocks); in btrfs_free_fs_info() 1258 percpu_counter_destroy(&fs_info->dirty_metadata_bytes); in btrfs_free_fs_info() 1259 percpu_counter_destroy(&fs_info->delalloc_bytes); in btrfs_free_fs_info() 1260 percpu_counter_destroy(&fs_info->ordered_bytes); in btrfs_free_fs_info() 1263 percpu_counter_destroy(em_counter); in btrfs_free_fs_info() 1264 percpu_counter_destroy(&fs_info->dev_replace.bio_counter); in btrfs_free_fs_info()
|
| /linux-6.15/net/sctp/ |
| H A D | protocol.c | 1688 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_init() 1727 percpu_counter_destroy(&sctp_sockets_allocated); in sctp_exit()
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 1586 percpu_counter_destroy(&sbi->total_valid_inode_count); in destroy_percpu_info() 1587 percpu_counter_destroy(&sbi->rf_node_block_count); in destroy_percpu_info() 1588 percpu_counter_destroy(&sbi->alloc_valid_block_count); in destroy_percpu_info() 3949 percpu_counter_destroy(&sbi->rf_node_block_count); in init_percpu_info() 3951 percpu_counter_destroy(&sbi->alloc_valid_block_count); in init_percpu_info()
|
| /linux-6.15/fs/jbd2/ |
| H A D | journal.c | 1612 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-6.15/kernel/bpf/ |
| H A D | hashtab.c | 578 percpu_counter_destroy(&htab->pcount); in htab_map_alloc() 1553 percpu_counter_destroy(&htab->pcount); in htab_map_free()
|
| /linux-6.15/block/ |
| H A D | bfq-cgroup.c | 33 percpu_counter_destroy(&stat->cpu_cnt); in bfq_stat_exit()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-crypt.c | 2781 percpu_counter_destroy(&cc->n_allocated_pages); in crypt_dtr()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 4974 percpu_counter_destroy(&sbinfo->used_blocks); in shmem_put_super()
|