Home
last modified time | relevance | path

Searched refs:spin_lock_nested (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.3-rc2/include/net/
A Daf_unix.h51 spin_lock_nested(&unix_sk(s)->lock, \
/linux-6.3-rc2/mm/
A Dmremap.c176 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes()
267 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd()
316 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pud()
363 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pud()
A Dhuge_memory.c1095 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1243 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
1786 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pmd()
A Dhugetlb.c5022 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
5103 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
5163 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in move_huge_pte()
/linux-6.3-rc2/include/linux/
A Dspinlock_rt.h76 #define spin_lock_nested(lock, subclass) \ macro
A Dspinlock.h363 #define spin_lock_nested(lock, subclass) \ macro
A Dxarray.h543 spin_lock_nested(&(xa)->xa_lock, subclass)
A Dnetdevice.h4474 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock()
4485 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock_bh()
/linux-6.3-rc2/arch/arm/mm/
A Dfault-armv.c76 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in do_pte_lock()
/linux-6.3-rc2/fs/
A Ddcache.c647 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __lock_parent()
1167 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in shrink_lock_dentry()
1384 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk()
2960 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move()
2965 spin_lock_nested(&target->d_parent->d_lock, in __d_move()
2968 spin_lock_nested(&dentry->d_lock, 2); in __d_move()
2969 spin_lock_nested(&target->d_lock, 3); in __d_move()
3261 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_tmpfile()
A Dlibfs.c117 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives()
256 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child()
415 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
A Dfs-writeback.c494 spin_lock_nested(&new_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn()
497 spin_lock_nested(&old_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn()
/linux-6.3-rc2/kernel/futex/
A Dfutex.h246 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
/linux-6.3-rc2/fs/notify/
A Dfsnotify.c131 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in __fsnotify_update_child_dentry_flags()
/linux-6.3-rc2/sound/usb/line6/
A Dplayback.c246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
/linux-6.3-rc2/fs/tracefs/
A Dinode.c197 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in set_gid()
/linux-6.3-rc2/fs/autofs/
A Dexpire.c82 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
/linux-6.3-rc2/drivers/base/power/
A Druntime.c846 spin_lock_nested(&dev->parent->power.lock, SINGLE_DEPTH_NESTING); in rpm_resume()
1297 spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); in __pm_runtime_set_status()
/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_qp.c1374 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs()
1377 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs()
/linux-6.3-rc2/kernel/sched/
A Dsched.h2679 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
2688 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_active.c1061 spin_lock_nested(prev->lock, SINGLE_DEPTH_NESTING); in __i915_active_fence_set()
/linux-6.3-rc2/net/unix/
A Daf_unix.c172 spin_lock_nested(&net->unx.table.locks[hash2], SINGLE_DEPTH_NESTING); in unix_table_double_lock()
698 spin_lock_nested(&peersk->sk_peer_lock, SINGLE_DEPTH_NESTING); in copy_peercred()
701 spin_lock_nested(&sk->sk_peer_lock, SINGLE_DEPTH_NESTING); in copy_peercred()
/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A Dmthca_qp.c1344 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-6.3-rc2/net/netfilter/
A Dnf_conntrack_core.c147 spin_lock_nested(&nf_conntrack_locks[h2], in nf_conntrack_double_lock()
151 spin_lock_nested(&nf_conntrack_locks[h1], in nf_conntrack_double_lock()
/linux-6.3-rc2/sound/core/
A Dpcm_native.c148 spin_lock_nested(&group->lock, SINGLE_DEPTH_NESTING); in snd_pcm_stream_lock_nested()
1228 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()

Completed in 109 milliseconds

12