Searched refs:spin_lock_nested (Results 1 - 36 of 36) sorted by relevance

/linux-4.1.27/include/net/
H A Daf_unix.h47 spin_lock_nested(&unix_sk(s)->lock, \
H A Dsock.h1505 spin_lock_nested(&((__sk)->sk_lock.slock), \
/linux-4.1.27/fs/autofs4/
H A Dexpire.c103 spin_lock_nested(&q->d_lock, DENTRY_D_LOCK_NESTED); get_next_positive_subdir()
165 spin_lock_nested(&ret->d_lock, DENTRY_D_LOCK_NESTED); get_next_positive_dentry()
482 spin_lock_nested(&expired->d_lock, DENTRY_D_LOCK_NESTED); autofs4_expire_indirect()
/linux-4.1.27/fs/notify/
H A Dfsnotify.c77 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); __fsnotify_update_child_dentry_flags()
/linux-4.1.27/fs/
H A Dlibfs.c122 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); dcache_dir_lseek()
163 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); dcache_readdir()
175 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); dcache_readdir()
291 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); simple_empty()
H A Ddcache.c613 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); lock_parent()
1193 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); d_walk()
2537 spin_lock_nested(&target->d_parent->d_lock, dentry_lock_for_move()
2541 spin_lock_nested(&dentry->d_parent->d_lock, dentry_lock_for_move()
2546 spin_lock_nested(&target->d_lock, 2); dentry_lock_for_move()
2547 spin_lock_nested(&dentry->d_lock, 3); dentry_lock_for_move()
2549 spin_lock_nested(&dentry->d_lock, 2); dentry_lock_for_move()
2550 spin_lock_nested(&target->d_lock, 3); dentry_lock_for_move()
3355 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); d_tmpfile()
/linux-4.1.27/arch/arm/mm/
H A Dfault-armv.c80 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING); do_pte_lock()
/linux-4.1.27/sound/usb/line6/
H A Dplayback.c245 spin_lock_nested(&line6pcm->in.lock, SINGLE_DEPTH_NESTING); submit_audio_out_urb()
/linux-4.1.27/lib/
H A Drhashtable.c186 spin_lock_nested(new_bucket_lock, SINGLE_DEPTH_NESTING);
445 spin_lock_nested(rht_bucket_lock(tbl, hash), SINGLE_DEPTH_NESTING); rhashtable_insert_slow()
/linux-4.1.27/include/linux/
H A Dspinlock.h325 #define spin_lock_nested(lock, subclass) \ macro
H A Dnetdevice.h3308 spin_lock_nested(&dev->addr_list_lock, subclass); netif_addr_lock_nested()
/linux-4.1.27/net/ipv4/
H A Dinet_fragment.c105 spin_lock_nested(&hb_dest->chain_lock, inet_frag_secret_rebuild()
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_core.c87 spin_lock_nested(&nf_conntrack_locks[h2], nf_conntrack_double_lock()
91 spin_lock_nested(&nf_conntrack_locks[h1], nf_conntrack_double_lock()
106 spin_lock_nested(&nf_conntrack_locks[i], i); nf_conntrack_all_lock()
/linux-4.1.27/mm/
H A Dmremap.c136 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); move_ptes()
H A Dhuge_memory.c861 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); copy_huge_pmd()
1461 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); move_huge_pmd()
H A Dhugetlb.c2695 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); copy_hugetlb_page_range()
H A Dmemory.c906 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); copy_pte_range()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_qp.c580 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING); c2_lock_cqs()
583 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING); c2_lock_cqs()
/linux-4.1.27/fs/fscache/
H A Dcookie.c373 spin_lock_nested(&cookie->parent->lock, 1); fscache_attach_object()
H A Dobject.c156 spin_lock_nested(&parent->lock, 1); fscache_done_parent_op()
/linux-4.1.27/drivers/base/power/
H A Druntime.c674 spin_lock_nested(&dev->parent->power.lock, SINGLE_DEPTH_NESTING);
1009 spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); __pm_runtime_set_status()
/linux-4.1.27/kernel/sched/
H A Dsched.h1570 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); double_lock()
1579 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); double_lock_irq()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1321 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING);
1324 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING);
/linux-4.1.27/drivers/dma/
H A Diop-adma.c260 spin_lock_nested(&iop_chan->lock, SINGLE_DEPTH_NESTING); iop_adma_tasklet()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
H A Dqp.c922 spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING);
925 spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
H A Dqp.c1063 spin_lock_nested(&recv_cq->lock,
1070 spin_lock_nested(&send_cq->lock,
/linux-4.1.27/kernel/
H A Dfutex.c1205 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); double_lock_hb()
1208 spin_lock_nested(&hb1->lock, SINGLE_DEPTH_NESTING); double_lock_hb()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_dlm.h1434 spin_lock_nested(&res->lr_lock, mode); lock_res_nested()
/linux-4.1.27/fs/ceph/
H A Ddir.c162 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); __dcache_readdir()
H A Dinode.c1419 spin_lock_nested(&dn->d_lock, DENTRY_D_LOCK_NESTED); ceph_readdir_prepopulate()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dllite_internal.h1493 spin_lock_nested(&dentry->d_lock, d_lustre_invalidate()
/linux-4.1.27/kernel/time/
H A Dtimer.c1575 spin_lock_nested(&old_base->lock, SINGLE_DEPTH_NESTING); migrate_timers()
/linux-4.1.27/sound/core/
H A Dpcm_native.c892 spin_lock_nested(&s->self_group.lock, depth); snd_pcm_group_for_each_entry()
/linux-4.1.27/drivers/md/
H A Draid5.c734 spin_lock_nested(&sh1->stripe_lock, 1); lock_two_stripes()
737 spin_lock_nested(&sh2->stripe_lock, 1); lock_two_stripes()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.c249 spin_lock_nested(&cp->tx_lock[i], i); cas_lock_tx()
/linux-4.1.27/drivers/dma/ppc4xx/
H A Dadma.c1682 spin_lock_nested(&chan->lock, SINGLE_DEPTH_NESTING); ppc440spe_adma_tasklet()

Completed in 4221 milliseconds