/Linux-v5.15/include/net/ |
D | af_unix.h | 53 spin_lock_nested(&unix_sk(s)->lock, \
|
/Linux-v5.15/mm/ |
D | mremap.c | 174 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes() 265 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd() 314 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pud() 361 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pud()
|
D | huge_memory.c | 1047 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd() 1204 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud() 1693 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pmd()
|
/Linux-v5.15/include/linux/ |
D | spinlock_rt.h | 76 #define spin_lock_nested(lock, subclass) \ macro
|
D | spinlock.h | 376 #define spin_lock_nested(lock, subclass) \ macro
|
D | xarray.h | 541 spin_lock_nested(&(xa)->xa_lock, subclass)
|
/Linux-v5.15/arch/arm/mm/ |
D | fault-armv.c | 76 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in do_pte_lock()
|
/Linux-v5.15/fs/ |
D | dcache.c | 622 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __lock_parent() 1142 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in shrink_lock_dentry() 1359 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk() 2878 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move() 2883 spin_lock_nested(&target->d_parent->d_lock, in __d_move() 2886 spin_lock_nested(&dentry->d_lock, 2); in __d_move() 2887 spin_lock_nested(&target->d_lock, 3); in __d_move() 3177 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_tmpfile()
|
D | libfs.c | 116 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives() 255 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child() 414 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
|
D | fs-writeback.c | 489 spin_lock_nested(&new_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn() 492 spin_lock_nested(&old_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn()
|
/Linux-v5.15/sound/usb/line6/ |
D | playback.c | 246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
|
/Linux-v5.15/fs/notify/ |
D | fsnotify.c | 133 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in __fsnotify_update_child_dentry_flags()
|
/Linux-v5.15/fs/autofs/ |
D | expire.c | 82 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
|
/Linux-v5.15/drivers/base/power/ |
D | runtime.c | 813 spin_lock_nested(&dev->parent->power.lock, SINGLE_DEPTH_NESTING); in rpm_resume() 1234 spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); in __pm_runtime_set_status()
|
/Linux-v5.15/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 1362 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs() 1365 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs()
|
/Linux-v5.15/fs/fscache/ |
D | cookie.c | 583 spin_lock_nested(&cookie->parent->lock, 1); in fscache_attach_object()
|
D | object.c | 155 spin_lock_nested(&parent->lock, 1); in fscache_done_parent_op()
|
/Linux-v5.15/kernel/sched/ |
D | sched.h | 2599 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock() 2608 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_active.c | 1083 spin_lock_nested(prev->lock, SINGLE_DEPTH_NESTING); in __i915_active_fence_set()
|
/Linux-v5.15/kernel/ |
D | futex.c | 1632 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb() 1635 spin_lock_nested(&hb1->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
|
/Linux-v5.15/net/netfilter/ |
D | nf_conntrack_core.c | 131 spin_lock_nested(&nf_conntrack_locks[h2], in nf_conntrack_double_lock() 135 spin_lock_nested(&nf_conntrack_locks[h1], in nf_conntrack_double_lock()
|
/Linux-v5.15/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1344 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); in mthca_lock_cqs() 1347 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); in mthca_lock_cqs()
|
/Linux-v5.15/net/unix/ |
D | af_unix.c | 632 spin_lock_nested(&peersk->sk_peer_lock, SINGLE_DEPTH_NESTING); in copy_peercred() 635 spin_lock_nested(&sk->sk_peer_lock, SINGLE_DEPTH_NESTING); in copy_peercred()
|
/Linux-v5.15/drivers/dma/ |
D | iop-adma.c | 251 spin_lock_nested(&iop_chan->lock, SINGLE_DEPTH_NESTING); in iop_adma_tasklet()
|
/Linux-v5.15/sound/core/ |
D | pcm_native.c | 148 spin_lock_nested(&group->lock, SINGLE_DEPTH_NESTING); in snd_pcm_stream_lock_nested() 1174 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()
|