Symbol: percpu_ref_tryget_live
drivers/dma/idxd/submit.c
181
if (!percpu_ref_tryget_live(&wq->wq_active)) {
drivers/dma/idxd/submit.c
183
if (!percpu_ref_tryget_live(&wq->wq_active))
drivers/md/md-llbitmap.c
692
if (likely(percpu_ref_tryget_live(&pctl->active))) {
drivers/md/md.c
416
if (!percpu_ref_tryget_live(&mddev->active_io))
drivers/nvme/target/core.c
1209
if (unlikely(!percpu_ref_tryget_live(&sq->ref))) {
drivers/nvme/target/pr.c
995
if (unlikely(!percpu_ref_tryget_live(&pc_ref->ref)))
drivers/target/target_core_alua.c
933
if (!percpu_ref_tryget_live(&lun->lun_ref))
drivers/target/target_core_device.c
115
if (!percpu_ref_tryget_live(&se_lun->lun_ref))
drivers/target/target_core_device.c
155
if (!percpu_ref_tryget_live(&se_lun->lun_ref)) {
drivers/target/target_core_device.c
79
if (!percpu_ref_tryget_live(&se_lun->lun_ref)) {
drivers/target/target_core_pr.c
729
if (!percpu_ref_tryget_live(&lun_tmp->lun_ref))
drivers/target/target_core_transport.c
2247
if (percpu_ref_tryget_live(&dev->non_ordered))
drivers/target/target_core_transport.c
3025
if (!percpu_ref_tryget_live(&se_cmd->cmd_cnt->refcnt))
drivers/target/target_core_xcopy.c
97
if (percpu_ref_tryget_live(&this_lun->lun_ref))
fs/aio.c
1094
if (percpu_ref_tryget_live(&ctx->users))
fs/nfsd/nfssvc.c
211
return (nn && percpu_ref_tryget_live(&nn->nfsd_net_ref));
include/linux/cgroup_refcnt.h
64
return percpu_ref_tryget_live(&css->refcnt);
kernel/cgroup/cgroup-v1.c
1188
if (!percpu_ref_tryget_live(&ss->root->cgrp.self.refcnt))
kernel/cgroup/cgroup-v1.c
1268
if (!ret && !percpu_ref_tryget_live(&ctx->root->cgrp.self.refcnt))
mm/swapfile.c
1300
if (!percpu_ref_tryget_live(&si->users))