Home
last modified time | relevance | path

Searched refs:spin_lock_nested (Results 1 – 25 of 31) 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 Dmremap.c194 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes()
288 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd()
343 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pud()
390 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pud()
H A Dlist_lru.c448 spin_lock_nested(&dst->lock, SINGLE_DEPTH_NESTING); in memcg_reparent_list_lru_one()
H A Dkhugepaged.c1618 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp()
1668 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in collapse_pte_mapped_thp()
1763 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in retract_page_tables()
H A Dhuge_memory.c1616 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1640 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1748 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
2235 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_huge_pmd()
H A Duserfaultfd.c1006 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING); in double_pt_lock()
H A Dhugetlb.c5274 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
5353 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
5418 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in move_huge_pte()
/linux/kernel/futex/
H A Dfutex.h379 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
/linux/include/linux/
H A Dspinlock.h364 #define spin_lock_nested(lock, subclass) \ macro
H A Dxarray.h547 spin_lock_nested(&(xa)->xa_lock, subclass)
H A Dnetdevice.h4587 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock()
4598 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock_bh()
/linux/sound/usb/line6/
H A Dplayback.c246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
/linux/fs/
H A Dlibfs.c126 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives()
602 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child()
762 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/fs/autofs/
H A Dexpire.c79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
/linux/drivers/base/power/
H 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/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/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/drivers/infiniband/hw/mthca/
H 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/
H A Dsched.h3051 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
3060 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
/linux/net/l2tp/
H A Dl2tp_core.c1259 spin_lock_nested(&sk->sk_lock.slock, L2TP_DEPTH_NESTING); in l2tp_xmit_core()
/linux/sound/core/
H A Dpcm_native.c148 spin_lock_nested(&group->lock, SINGLE_DEPTH_NESTING); in snd_pcm_stream_lock_nested()
1240 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()
/linux/drivers/net/usb/
H A Dusbnet.c449 spin_lock_nested(&dev->done.lock, SINGLE_DEPTH_NESTING); in defer_bh()
/linux/include/net/
H A Dsock.h1633 spin_lock_nested(&((__sk)->sk_lock.slock), \
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c1310 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); in mlx4_ib_lock_cqs()
1313 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); in mlx4_ib_lock_cqs()

12