Home
last modified time | relevance | path

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

12

/linux/tools/include/linux/
H A Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
/linux/arch/arm/mm/
H A Dfault-armv.c107 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in adjust_pte()
/linux/include/linux/
H A Dmaple_tree.h307 spin_lock_nested((&(mt)->ma_lock), subclass)
508 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
H A Dxarray.h547 spin_lock_nested(&(xa)->xa_lock, subclass)
H A Dnetdevice.h2096 * @nested_level: Used as a parameter of spin_lock_nested() of
4959 spin_lock_nested(&dev->addr_list_lock, nest_level);
4970 spin_lock_nested(&dev->addr_list_lock, nest_level);
/linux/net/hsr/
H A Dhsr_framereg.c134 spin_lock_nested(&node_b->seq_out_lock, SINGLE_DEPTH_NESTING); in hsr_lock_seq_out_pair()
137 spin_lock_nested(&node_a->seq_out_lock, SINGLE_DEPTH_NESTING); in hsr_lock_seq_out_pair()
/linux/sound/usb/line6/
H A Dplayback.c246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
/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.c93 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
/linux/drivers/base/power/
H A Druntime.c873 spin_lock_nested(&dev->parent->power.lock, SINGLE_DEPTH_NESTING); in rpm_resume()
1364 spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); in __pm_runtime_set_status()
/linux/drivers/net/ovpn/
H A Dtcp.c352 spin_lock_nested(&sk->sk_lock.slock, OVPN_TCP_DEPTH_NESTING); in ovpn_tcp_send_skb()
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_fw.c142 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bng_re_process_qp_event()
/linux/mm/
H A Dhuge_memory.c1880 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_non_present_pmd()
1904 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_non_present_pmd()
1994 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
2530 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in pmd_move_must_withdraw()
H A Dhugetlb.c4910 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
4989 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
5055 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in move_huge_pte()
H A Duserfaultfd.c1178 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING);
H A Dmemcontrol.c260 spin_lock_nested(&mem_cgroup_lruvec(memcg, NODE_DATA(nid))->lru_lock, 1); in reparent_locks()
261 spin_lock_nested(&mem_cgroup_lruvec(parent, NODE_DATA(nid))->lru_lock, 2); in reparent_locks()
/linux/fs/
H A Dfs-writeback.c549 spin_lock_nested(&new_wb->list_lock, SINGLE_DEPTH_NESTING); in process_inode_switch_wbs()
552 spin_lock_nested(&old_wb->list_lock, SINGLE_DEPTH_NESTING); in process_inode_switch_wbs()
/linux/drivers/md/
H A Ddm-snap.c649 spin_lock_nested(lock->complete_slot, 1); in dm_exception_table_lock()
650 spin_lock_nested(lock->pending_slot, 2); in dm_exception_table_lock()
/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.c666 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/futex/
H A Dcore.c186 spin_lock_nested(&hb_new->lock, SINGLE_DEPTH_NESTING); in __futex_hash_private()
/linux/kernel/sched/
H A Dsched.h3326 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_rq_unlock()
3336 spin_lock_nested(l2, SINGLE_DEPTH_NESTING);
/linux/net/l2tp/
H A Dl2tp_core.c1262 spin_lock_nested(&sk->sk_lock.slock, L2TP_DEPTH_NESTING); in l2tp_xmit_core()
/linux/sound/core/
H A Dpcm_native.c154 spin_lock_nested(&group->lock, SINGLE_DEPTH_NESTING); in snd_pcm_stream_lock_nested()
1289 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()

12