Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
/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/drivers/gpu/drm/i915/
H A Di915_active.c1055 spin_lock_nested(dma_fence_spinlock(prev), in __i915_active_fence_set()
1080 spin_lock_nested(dma_fence_spinlock(prev), 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/drivers/net/ovpn/
H A Dtcp.c353 spin_lock_nested(&sk->sk_lock.slock, OVPN_TCP_DEPTH_NESTING); in ovpn_tcp_send_skb()
/linux/include/linux/
H A Dspinlock.h362 #define spin_lock_nested(lock, subclass) \ macro
H A Dxarray.h547 spin_lock_nested(&(xa)->xa_lock, subclass)
H A Dnetdevice.h4998 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock()
5009 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock_bh()
/linux/fs/
H A Dfs-writeback.c550 spin_lock_nested(&new_wb->list_lock, SINGLE_DEPTH_NESTING); in process_inode_switch_wbs()
553 spin_lock_nested(&old_wb->list_lock, SINGLE_DEPTH_NESTING); in process_inode_switch_wbs()
/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/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/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.c190 spin_lock_nested(&hb_new->lock, SINGLE_DEPTH_NESTING); in futex_rehash_private()
/linux/kernel/sched/
H A Dsched.h3365 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
3375 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
/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()
/linux/drivers/net/usb/
H A Dusbnet.c457 spin_lock_nested(&dev->done.lock, SINGLE_DEPTH_NESTING); in defer_bh()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c1325 spin_lock_nested(&txq->lock, 1); in iwl_trans_pcie_block_txq_ptrs()
/linux/fs/nfs/
H A Ddir.c1503 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in nfs_clear_verifier_directory()
/linux/drivers/dma/ppc4xx/
H A Dadma.c1665 spin_lock_nested(&chan->lock, SINGLE_DEPTH_NESTING); in ppc440spe_adma_tasklet()
/linux/drivers/md/
H A Draid5.c890 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes()
893 spin_lock_nested(&sh2->stripe_lock, 1); in lock_two_stripes()
/linux/net/core/
H A Ddev.c12649 spin_lock_nested(&net_old->dev_unreg_lock, SINGLE_DEPTH_NESTING); in unregister_netdevice_move_net()
12652 spin_lock_nested(&net->dev_unreg_lock, SINGLE_DEPTH_NESTING); in unregister_netdevice_move_net()
/linux/drivers/net/bonding/
H A Dbond_main.c4530 spin_lock_nested(&bond->stats_lock, nest_level); in bond_get_stats()
/linux/kernel/
H A Dworkqueue.c3208 spin_lock_nested(&pool->cb_lock, in worker_lock_callback()