Home
last modified time | relevance | path

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

12

/linux-6.14.4/tools/include/linux/
Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
/linux-6.14.4/mm/
Dpt_reclaim.c48 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in try_to_free_pte()
Dmremap.c195 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()
Dlist_lru.c448 spin_lock_nested(&dst->lock, SINGLE_DEPTH_NESTING); in memcg_reparent_list_lru_one()
Dkhugepaged.c1622 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()
Dhuge_memory.c1622 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/
Dspinlock_rt.h75 #define spin_lock_nested(lock, subclass) \ macro
Dmaple_tree.h273 spin_lock_nested((&(mt)->ma_lock), subclass)
470 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
Dspinlock.h364 #define spin_lock_nested(lock, subclass) \ macro
Dxarray.h547 spin_lock_nested(&(xa)->xa_lock, subclass)
/linux-6.14.4/arch/arm/mm/
Dfault-armv.c107 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in adjust_pte()
/linux-6.14.4/fs/
Ddcache.c656 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()
Dlibfs.c126 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()
Dfs-writeback.c517 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/
Dfutex.h384 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_active.c1051 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/
Dplayback.c246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
/linux-6.14.4/fs/autofs/
Dexpire.c79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
/linux-6.14.4/fs/notify/
Dfsnotify.c141 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
/linux-6.14.4/drivers/base/power/
Druntime.c848 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/
Dhns_roce_qp.c1501 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/
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.14.4/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c664 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bnxt_qplib_process_qp_event()
/linux-6.14.4/drivers/infiniband/hw/mthca/
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.14.4/kernel/sched/
Dsched.h3068 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
3077 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()

12