Symbol: percpu_counter_destroy
block/bfq-cgroup.c
33
percpu_counter_destroy(&stat->cpu_cnt);
drivers/md/dm-crypt.c
2723
percpu_counter_destroy(&cc->n_allocated_pages);
fs/btrfs/disk-io.c
1231
percpu_counter_destroy(&fs_info->stats_read_blocks);
fs/btrfs/disk-io.c
1232
percpu_counter_destroy(&fs_info->dirty_metadata_bytes);
fs/btrfs/disk-io.c
1233
percpu_counter_destroy(&fs_info->delalloc_bytes);
fs/btrfs/disk-io.c
1234
percpu_counter_destroy(&fs_info->ordered_bytes);
fs/btrfs/disk-io.c
1237
percpu_counter_destroy(em_counter);
fs/btrfs/disk-io.c
1238
percpu_counter_destroy(&fs_info->dev_replace.bio_counter);
fs/ceph/metric.c
461
percpu_counter_destroy(&m->opened_inodes);
fs/ceph/metric.c
463
percpu_counter_destroy(&m->i_caps_mis);
fs/ceph/metric.c
465
percpu_counter_destroy(&m->i_caps_hit);
fs/ceph/metric.c
467
percpu_counter_destroy(&m->d_lease_mis);
fs/ceph/metric.c
469
percpu_counter_destroy(&m->d_lease_hit);
fs/ceph/metric.c
481
percpu_counter_destroy(&m->total_inodes);
fs/ceph/metric.c
482
percpu_counter_destroy(&m->opened_inodes);
fs/ceph/metric.c
483
percpu_counter_destroy(&m->i_caps_mis);
fs/ceph/metric.c
484
percpu_counter_destroy(&m->i_caps_hit);
fs/ceph/metric.c
485
percpu_counter_destroy(&m->d_lease_mis);
fs/ceph/metric.c
486
percpu_counter_destroy(&m->d_lease_hit);
fs/ext2/super.c
1216
percpu_counter_destroy(&sbi->s_freeblocks_counter);
fs/ext2/super.c
1217
percpu_counter_destroy(&sbi->s_freeinodes_counter);
fs/ext2/super.c
1218
percpu_counter_destroy(&sbi->s_dirs_counter);
fs/ext2/super.c
194
percpu_counter_destroy(&sbi->s_freeblocks_counter);
fs/ext2/super.c
195
percpu_counter_destroy(&sbi->s_freeinodes_counter);
fs/ext2/super.c
196
percpu_counter_destroy(&sbi->s_dirs_counter);
fs/ext4/extents_status.c
1873
percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt);
fs/ext4/extents_status.c
1875
percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt);
fs/ext4/extents_status.c
1877
percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses);
fs/ext4/extents_status.c
1879
percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits);
fs/ext4/extents_status.c
1885
percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_hits);
fs/ext4/extents_status.c
1886
percpu_counter_destroy(&sbi->s_es_stats.es_stats_cache_misses);
fs/ext4/extents_status.c
1887
percpu_counter_destroy(&sbi->s_es_stats.es_stats_all_cnt);
fs/ext4/extents_status.c
1888
percpu_counter_destroy(&sbi->s_es_stats.es_stats_shk_cnt);
fs/ext4/mballoc-test.c
119
percpu_counter_destroy(&EXT4_SB(sb)->s_freeclusters_counter);
fs/ext4/mballoc-test.c
130
percpu_counter_destroy(&EXT4_SB(sb)->s_dirtyclusters_counter);
fs/ext4/mballoc-test.c
131
percpu_counter_destroy(&EXT4_SB(sb)->s_freeclusters_counter);
fs/ext4/super.c
1250
percpu_counter_destroy(&sbi->s_freeclusters_counter);
fs/ext4/super.c
1251
percpu_counter_destroy(&sbi->s_freeinodes_counter);
fs/ext4/super.c
1252
percpu_counter_destroy(&sbi->s_dirs_counter);
fs/ext4/super.c
1253
percpu_counter_destroy(&sbi->s_dirtyclusters_counter);
fs/ext4/super.c
1254
percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit);
fs/f2fs/super.c
1963
percpu_counter_destroy(&sbi->total_valid_inode_count);
fs/f2fs/super.c
1964
percpu_counter_destroy(&sbi->rf_node_block_count);
fs/f2fs/super.c
1965
percpu_counter_destroy(&sbi->alloc_valid_block_count);
fs/f2fs/super.c
4438
percpu_counter_destroy(&sbi->rf_node_block_count);
fs/f2fs/super.c
4440
percpu_counter_destroy(&sbi->alloc_valid_block_count);
fs/jbd2/journal.c
1607
percpu_counter_destroy(&journal->j_checkpoint_jh_count);
fs/jbd2/journal.c
2171
percpu_counter_destroy(&journal->j_checkpoint_jh_count);
fs/smb/server/proc.c
96
percpu_counter_destroy(&ksmbd_counters.counters[i]);
fs/xfs/xfs_buf.c
1621
percpu_counter_destroy(&btp->bt_readahead_count);
fs/xfs/xfs_buf.c
1736
percpu_counter_destroy(&btp->bt_readahead_count);
fs/xfs/xfs_super.c
1147
percpu_counter_destroy(&mp->m_free[i].count);
fs/xfs/xfs_super.c
1148
percpu_counter_destroy(&mp->m_delalloc_rtextents);
fs/xfs/xfs_super.c
1150
percpu_counter_destroy(&mp->m_delalloc_blks);
fs/xfs/xfs_super.c
1152
percpu_counter_destroy(&mp->m_ifree);
fs/xfs/xfs_super.c
1154
percpu_counter_destroy(&mp->m_icount);
fs/xfs/xfs_super.c
1177
percpu_counter_destroy(&mp->m_free[i].count);
fs/xfs/xfs_super.c
1178
percpu_counter_destroy(&mp->m_icount);
fs/xfs/xfs_super.c
1179
percpu_counter_destroy(&mp->m_ifree);
fs/xfs/xfs_super.c
1182
percpu_counter_destroy(&mp->m_delalloc_rtextents);
fs/xfs/xfs_super.c
1185
percpu_counter_destroy(&mp->m_delalloc_blks);
include/net/dst_ops.h
70
percpu_counter_destroy(&dst->pcpuc_entries);
io_uring/tctx.c
187
percpu_counter_destroy(&tctx->inflight);
io_uring/tctx.c
66
percpu_counter_destroy(&tctx->inflight);
io_uring/tctx.c
96
percpu_counter_destroy(&tctx->inflight);
ipc/msg.c
1324
percpu_counter_destroy(&ns->percpu_msg_bytes);
ipc/msg.c
1335
percpu_counter_destroy(&ns->percpu_msg_bytes);
ipc/msg.c
1336
percpu_counter_destroy(&ns->percpu_msg_hdrs);
kernel/bpf/hashtab.c
1653
percpu_counter_destroy(&htab->pcount);
kernel/bpf/hashtab.c
666
percpu_counter_destroy(&htab->pcount);
kernel/user.c
153
percpu_counter_destroy(&up->epoll_watches);
lib/flex_proportions.c
106
percpu_counter_destroy(&pl->events);
lib/flex_proportions.c
53
percpu_counter_destroy(&p->events);
lib/percpu_counter.c
28
percpu_counter_destroy(fbc);
mm/shmem.c
4913
percpu_counter_destroy(&sbinfo->used_blocks);
net/sctp/protocol.c
1666
percpu_counter_destroy(&sctp_sockets_allocated);
net/sctp/protocol.c
1705
percpu_counter_destroy(&sctp_sockets_allocated);
net/sunrpc/svc.c
627
percpu_counter_destroy(&pool->sp_messages_arrived);
net/sunrpc/svc.c
628
percpu_counter_destroy(&pool->sp_sockets_queued);
net/sunrpc/svc.c
629
percpu_counter_destroy(&pool->sp_threads_woken);
net/sunrpc/xprtrdma/svc_rdma.c
221
percpu_counter_destroy(&svcrdma_stat_write);
net/sunrpc/xprtrdma/svc_rdma.c
222
percpu_counter_destroy(&svcrdma_stat_sq_starve);
net/sunrpc/xprtrdma/svc_rdma.c
223
percpu_counter_destroy(&svcrdma_stat_recv);
net/sunrpc/xprtrdma/svc_rdma.c
224
percpu_counter_destroy(&svcrdma_stat_read);
net/sunrpc/xprtrdma/svc_rdma.c
256
percpu_counter_destroy(&svcrdma_stat_write);
net/sunrpc/xprtrdma/svc_rdma.c
258
percpu_counter_destroy(&svcrdma_stat_sq_starve);
net/sunrpc/xprtrdma/svc_rdma.c
260
percpu_counter_destroy(&svcrdma_stat_recv);
net/sunrpc/xprtrdma/svc_rdma.c
262
percpu_counter_destroy(&svcrdma_stat_read);