/linux/tools/include/linux/ |
H A D | spinlock.h | 14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
|
/linux/mm/ |
H A D | mremap.c | 194 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 D | list_lru.c | 448 spin_lock_nested(&dst->lock, SINGLE_DEPTH_NESTING); in memcg_reparent_list_lru_one()
|
H A D | khugepaged.c | 1618 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 D | huge_memory.c | 1616 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 D | userfaultfd.c | 1006 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING); in double_pt_lock()
|
H A D | hugetlb.c | 5274 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 D | futex.h | 379 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
|
/linux/include/linux/ |
H A D | spinlock.h | 364 #define spin_lock_nested(lock, subclass) \ macro
|
H A D | xarray.h | 547 spin_lock_nested(&(xa)->xa_lock, subclass)
|
H A D | netdevice.h | 4587 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 D | playback.c | 246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
|
/linux/fs/ |
H A D | libfs.c | 126 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 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/fs/autofs/ |
H A D | expire.c | 79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
|
/linux/drivers/base/power/ |
H A 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/net/netfilter/ |
H A 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/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.c | 664 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bnxt_qplib_process_qp_event()
|
/linux/drivers/infiniband/hw/mthca/ |
H A 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/kernel/sched/ |
H A D | sched.h | 3051 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 D | l2tp_core.c | 1259 spin_lock_nested(&sk->sk_lock.slock, L2TP_DEPTH_NESTING); in l2tp_xmit_core()
|
/linux/sound/core/ |
H A D | pcm_native.c | 148 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 D | usbnet.c | 449 spin_lock_nested(&dev->done.lock, SINGLE_DEPTH_NESTING); in defer_bh()
|
/linux/include/net/ |
H A D | sock.h | 1633 spin_lock_nested(&((__sk)->sk_lock.slock), \
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 1310 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()
|