Home
last modified time | relevance | path

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

12

/linux/tools/include/linux/
H A Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
/linux/mm/
H A Dpt_reclaim.c48 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in try_to_free_pte()
H A Dmremap.c253 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes()
376 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd()
440 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pud()
487 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pud()
H A Dlist_lru.c452 spin_lock_nested(&dst->lock, SINGLE_DEPTH_NESTING); in memcg_reparent_list_lru_one()
H A Dkhugepaged.c1624 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp()
1681 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp()
1789 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in retract_page_tables()
H A Dhuge_memory.c1681 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1705 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1813 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
2319 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pmd()
/linux/include/linux/
H A Dspinlock_rt.h75 #define spin_lock_nested(lock, subclass) \ macro
H A Dmaple_tree.h273 spin_lock_nested((&(mt)->ma_lock), subclass)
472 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
H A Dspinlock.h364 #define spin_lock_nested(lock, subclass) \ macro
H A Dxarray.h547 spin_lock_nested(&(xa)->xa_lock, subclass)
/linux/arch/arm/mm/
H A Dfault-armv.c107 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in adjust_pte()
/linux/fs/
H A Ddcache.c682 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __dentry_kill()
1319 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk()
2826 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move()
2831 spin_lock_nested(&target->d_parent->d_lock, in __d_move()
2834 spin_lock_nested(&dentry->d_lock, 2); in __d_move()
2835 spin_lock_nested(&target->d_lock, 3); in __d_move()
3135 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_mark_tmpfile()
H A Dlibfs.c123 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives()
472 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in find_positive_dentry()
591 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child()
767 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
H A 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/kernel/futex/
H A Dfutex.h440 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
H A Dcore.c226 spin_lock_nested(&hb_new->lock, SINGLE_DEPTH_NESTING); in futex_rehash_private()
/linux/sound/usb/line6/
H A Dplayback.c246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
/linux/drivers/gpu/drm/i915/
H A 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/fs/autofs/
H A Dexpire.c79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
/linux/fs/notify/
H A Dfsnotify.c146 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
/linux/drivers/net/ovpn/
H A Dtcp.c321 spin_lock_nested(&sk->sk_lock.slock, OVPN_TCP_DEPTH_NESTING); in ovpn_tcp_send_skb()
/linux/drivers/base/power/
H A Druntime.c868 spin_lock_nested(&dev->parent->power.lock, SINGLE_DEPTH_NESTING); in rpm_resume()
1359 spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); in __pm_runtime_set_status()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c664 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bnxt_qplib_process_qp_event()
/linux/net/netfilter/
H 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/kernel/sched/
H A Dsched.h2989 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
2998 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()

12