| /linux/tools/include/linux/ |
| H A D | spinlock.h | 14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
|
| /linux/arch/arm/mm/ |
| H A D | fault-armv.c | 107 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); in adjust_pte()
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 307 spin_lock_nested((&(mt)->ma_lock), subclass) 508 spin_lock_nested(&((mas)->tree->ma_lock), subclass)
|
| H A D | xarray.h | 547 spin_lock_nested(&(xa)->xa_lock, subclass)
|
| H A D | netdevice.h | 2096 * @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 D | hsr_framereg.c | 134 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 D | playback.c | 246 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); in submit_audio_out_urb()
|
| /linux/fs/autofs/ |
| H A D | expire.c | 79 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
|
| /linux/fs/notify/ |
| H A D | fsnotify.c | 93 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
|
| /linux/drivers/base/power/ |
| H A D | runtime.c | 873 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 D | tcp.c | 352 spin_lock_nested(&sk->sk_lock.slock, OVPN_TCP_DEPTH_NESTING); in ovpn_tcp_send_skb()
|
| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_fw.c | 142 spin_lock_nested(&hwq->lock, SINGLE_DEPTH_NESTING); in bng_re_process_qp_event()
|
| /linux/mm/ |
| H A D | huge_memory.c | 1880 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 D | hugetlb.c | 4910 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 D | userfaultfd.c | 1178 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING);
|
| H A D | memcontrol.c | 260 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 D | fs-writeback.c | 549 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 D | dm-snap.c | 649 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 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 | 666 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/futex/ |
| H A D | core.c | 186 spin_lock_nested(&hb_new->lock, SINGLE_DEPTH_NESTING); in __futex_hash_private()
|
| /linux/kernel/sched/ |
| H A D | sched.h | 3326 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_rq_unlock() 3336 spin_lock_nested(l2, SINGLE_DEPTH_NESTING);
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 1262 spin_lock_nested(&sk->sk_lock.slock, L2TP_DEPTH_NESTING); in l2tp_xmit_core()
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 154 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()
|