/linux-6.14.4/tools/include/linux/ |
D | spinlock.h | 14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
|
/linux-6.14.4/mm/ |
D | pt_reclaim.c | 48 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in try_to_free_pte()
|
D | mremap.c | 195 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes() 309 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd() 373 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pud() 420 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pud()
|
D | list_lru.c | 448 spin_lock_nested(&dst->lock, SINGLE_DEPTH_NESTING); in memcg_reparent_list_lru_one()
|
D | khugepaged.c | 1622 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp() 1672 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp() 1780 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in retract_page_tables()
|
D | huge_memory.c | 1622 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd() 1646 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd() 1754 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud() 2251 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pmd()
|
/linux-6.14.4/include/linux/ |
D | spinlock_rt.h | 75 #define spin_lock_nested(lock, subclass) \ macro
|
D | maple_tree.h | 273 spin_lock_nested((&(mt)->ma_lock), subclass) 470 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
|
D | spinlock.h | 364 #define spin_lock_nested(lock, subclass) \ macro
|
D | xarray.h | 547 spin_lock_nested(&(xa)->xa_lock, subclass)
|
/linux-6.14.4/arch/arm/mm/ |
D | fault-armv.c | 107 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in adjust_pte()
|
/linux-6.14.4/fs/ |
D | dcache.c | 656 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __dentry_kill() 1293 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk() 2823 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move() 2828 spin_lock_nested(&target->d_parent->d_lock, in __d_move() 2831 spin_lock_nested(&dentry->d_lock, 2); in __d_move() 2832 spin_lock_nested(&target->d_lock, 3); in __d_move() 3126 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_mark_tmpfile()
|
D | libfs.c | 126 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives() 475 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in find_positive_dentry() 594 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child() 755 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
|
D | fs-writeback.c | 517 spin_lock_nested(&new_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn() 520 spin_lock_nested(&old_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn()
|
/linux-6.14.4/kernel/futex/ |
D | futex.h | 384 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | i915_active.c | 1051 spin_lock_nested(prev->lock, SINGLE_DEPTH_NESTING); in __i915_active_fence_set() 1075 spin_lock_nested(prev->lock, SINGLE_DEPTH_NESTING); in __i915_active_fence_set()
|
/linux-6.14.4/sound/usb/line6/ |
D | playback.c | 246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
|
/linux-6.14.4/fs/autofs/ |
D | expire.c | 79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
|
/linux-6.14.4/fs/notify/ |
D | fsnotify.c | 141 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
|
/linux-6.14.4/drivers/base/power/ |
D | runtime.c | 848 spin_lock_nested(&dev->parent->power.lock, SINGLE_DEPTH_NESTING); in rpm_resume() 1330 spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); in __pm_runtime_set_status()
|
/linux-6.14.4/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 1501 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs() 1504 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs()
|
/linux-6.14.4/net/netfilter/ |
D | nf_conntrack_core.c | 147 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.14.4/drivers/infiniband/hw/bnxt_re/ |
D | qplib_rcfw.c | 664 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bnxt_qplib_process_qp_event()
|
/linux-6.14.4/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-6.14.4/kernel/sched/ |
D | sched.h | 3068 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock() 3077 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
|