Home
last modified time | relevance | path

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

12

/linux/tools/include/linux/
A Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
/linux/mm/
A Dmremap.c185 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes()
279 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd()
334 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pud()
381 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pud()
A Dkhugepaged.c1610 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp()
1658 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp()
1747 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in retract_page_tables()
A Dhuge_memory.c1581 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1605 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1713 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
2161 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pmd()
A Duserfaultfd.c1006 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING); in double_pt_lock()
/linux/include/linux/
A Dspinlock_rt.h76 #define spin_lock_nested(lock, subclass) \ macro
A Dmaple_tree.h273 spin_lock_nested((&(mt)->ma_lock), subclass)
470 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
A Dspinlock.h364 #define spin_lock_nested(lock, subclass) \ macro
A Dxarray.h547 spin_lock_nested(&(xa)->xa_lock, subclass)
/linux/arch/arm/mm/
A Dfault-armv.c76 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in do_pte_lock()
/linux/fs/
A Ddcache.c628 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __dentry_kill()
1265 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk()
2800 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move()
2805 spin_lock_nested(&target->d_parent->d_lock, in __d_move()
2808 spin_lock_nested(&dentry->d_lock, 2); in __d_move()
2809 spin_lock_nested(&target->d_lock, 3); in __d_move()
3098 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_mark_tmpfile()
A Dlibfs.c122 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives()
598 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child()
758 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
A Dfs-writeback.c518 spin_lock_nested(&new_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn()
521 spin_lock_nested(&old_wb->list_lock, SINGLE_DEPTH_NESTING); in inode_switch_wbs_work_fn()
/linux/kernel/futex/
A Dfutex.h324 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
/linux/sound/usb/line6/
A Dplayback.c246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
/linux/drivers/gpu/drm/i915/
A Di915_active.c1069 spin_lock_nested(prev->lock, SINGLE_DEPTH_NESTING); in __i915_active_fence_set()
1093 spin_lock_nested(prev->lock, SINGLE_DEPTH_NESTING); in __i915_active_fence_set()
/linux/fs/notify/
A Dfsnotify.c141 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
/linux/fs/autofs/
A Dexpire.c79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
/linux/drivers/base/power/
A 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/drivers/infiniband/hw/hns/
A Dhns_roce_qp.c1473 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs()
1476 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); in hns_roce_lock_cqs()
/linux/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/drivers/infiniband/hw/bnxt_re/
A Dqplib_rcfw.c663 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bnxt_qplib_process_qp_event()
/linux/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/kernel/sched/
A Dsched.h3047 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
3056 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
/linux/net/l2tp/
A Dl2tp_core.c1259 spin_lock_nested(&sk->sk_lock.slock, L2TP_DEPTH_NESTING); in l2tp_xmit_core()

Completed in 97 milliseconds

12