Home
last modified time | relevance | path

Searched refs:mutex_lock_nested (Results 1 – 66 of 66) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-compress.c35 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_compr_open()
83 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_open_fe()
162 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in close_delayed_work()
187 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_compr_free()
240 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_free_fe()
288 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_compr_trigger()
331 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_trigger_fe()
371 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_compr_set_params()
424 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_set_params_fe()
472 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_compr_get_params()
[all …]
Dsoc-dapm.c1070 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_dai_get_connected_widgets()
2037 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mux_update_power()
2076 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mixer_update_power()
2287 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_sync()
2589 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_add_routes()
2620 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_del_routes()
2698 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_weak_routes()
2724 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_new_widgets()
2811 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_get_volsw()
2866 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_put_volsw()
[all …]
Dsoc-pcm.c436 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_open()
597 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in close_delayed_work()
627 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_close()
706 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_prepare()
811 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_hw_params()
908 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_hw_free()
1684 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_hw_free()
1792 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_hw_params()
2060 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_prepare()
2267 mutex_lock_nested(&card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_dpcm_runtime_update()
[all …]
Dsoc-core.c1562 mutex_lock_nested(&card->mutex, SND_SOC_CARD_CLASS_INIT); in snd_soc_instantiate_card()
/linux-4.1.27/include/linux/
Dmutex.h138 extern void mutex_lock_nested(struct mutex *lock, unsigned int subclass);
146 #define mutex_lock(lock) mutex_lock_nested(lock, 0)
161 # define mutex_lock_nested(lock, subclass) mutex_lock(lock) macro
/linux-4.1.27/fs/jfs/
Dnamei.c111 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_create()
112 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_create()
243 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_mkdir()
244 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_mkdir()
373 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_rmdir()
374 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_rmdir()
496 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_unlink()
497 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_unlink()
806 mutex_lock_nested(&JFS_IP(dir)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_link()
807 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_link()
[all …]
/linux-4.1.27/drivers/scsi/libfc/
Dfc_npiv.c136 mutex_lock_nested(&vn_port->lp_mutex, LPORT_MUTEX_VN_PORT); in fc_vport_setlink()
154 mutex_lock_nested(&vn_port->lp_mutex, LPORT_MUTEX_VN_PORT); in fc_vports_linkchange()
/linux-4.1.27/fs/reiserfs/
Dxattr.c90 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_CHILD); in xattr_unlink()
105 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_CHILD); in xattr_rmdir()
126 mutex_lock_nested(&d_inode(privroot)->i_mutex, I_MUTEX_XATTR); in open_xa_root()
159 mutex_lock_nested(&d_inode(xaroot)->i_mutex, I_MUTEX_XATTR); in open_xa_dir()
257 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_XATTR); in reiserfs_for_each_xattr()
301 mutex_lock_nested(&d_inode(dir->d_parent)->i_mutex, in reiserfs_for_each_xattr()
387 mutex_lock_nested(&d_inode(xadir)->i_mutex, I_MUTEX_XATTR); in xattr_lookup()
472 mutex_lock_nested(&d_inode(xadir)->i_mutex, I_MUTEX_XATTR); in lookup_and_delete_xattr()
583 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_XATTR); in reiserfs_xattr_set_handle()
893 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_XATTR); in reiserfs_listxattr()
Dreiserfs.h826 mutex_lock_nested(m, subclass); in reiserfs_mutex_lock_nested_safe()
/linux-4.1.27/fs/notify/
Dmark.c195 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_destroy_mark_locked()
201 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_destroy_mark()
426 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group_flags()
434 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group_flags()
/linux-4.1.27/fs/hfsplus/
Dbfind.c29 mutex_lock_nested(&tree->tree_lock, CATALOG_BTREE_MUTEX); in hfs_find_init()
32 mutex_lock_nested(&tree->tree_lock, EXTENTS_BTREE_MUTEX); in hfs_find_init()
35 mutex_lock_nested(&tree->tree_lock, ATTR_BTREE_MUTEX); in hfs_find_init()
/linux-4.1.27/drivers/block/
Dosdblk.c478 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in class_osdblk_list()
522 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in class_osdblk_add()
580 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in class_osdblk_add()
611 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in class_osdblk_remove()
Dpktcdvd.c356 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in class_pktcdvd_show_map()
2748 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in pkt_setup_dev()
2842 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in pkt_remove_dev()
2891 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in pkt_get_status()
Dloop.c1120 mutex_lock_nested(&lo->lo_ctl_mutex, 1); in lo_ioctl()
Drbd.c824 mutex_lock_nested(&client_mutex, SINGLE_DEPTH_NESTING); in rbd_get_client()
/linux-4.1.27/drivers/net/phy/
Dmdio-mux.c55 mutex_lock_nested(&pb->mii_bus->mdio_lock, SINGLE_DEPTH_NESTING); in mdio_mux_read()
80 mutex_lock_nested(&pb->mii_bus->mdio_lock, SINGLE_DEPTH_NESTING); in mdio_mux_write()
/linux-4.1.27/fs/
Deventpoll.c608 mutex_lock_nested(&ep->mtx, depth); in ep_scan_ready_list()
928 mutex_lock_nested(&ep->mtx, 0); in eventpoll_release_file()
1688 mutex_lock_nested(&ep->mtx, call_nests + 1); in ep_loop_check_proc()
1885 mutex_lock_nested(&ep->mtx, 0); in SYSCALL_DEFINE4()
1901 mutex_lock_nested(&ep->mtx, 0); in SYSCALL_DEFINE4()
1904 mutex_lock_nested(&tep->mtx, 1); in SYSCALL_DEFINE4()
Dnamei.c2100 mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); in kern_path_locked()
2547 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2555 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2556 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_CHILD); in lock_rename()
2562 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2563 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_CHILD); in lock_rename()
2567 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2568 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT2); in lock_rename()
3380 mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); in filename_create()
3694 mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); in do_rmdir()
[all …]
Dpipe.c59 mutex_lock_nested(&pipe->mutex, subclass); in pipe_lock_nested()
80 mutex_lock_nested(&pipe->mutex, I_MUTEX_PARENT); in __pipe_lock()
Dblock_dev.c1171 mutex_lock_nested(&bdev->bd_mutex, for_part); in __blkdev_get()
1487 mutex_lock_nested(&bdev->bd_mutex, for_part); in __blkdev_put()
Dinode.c953 mutex_lock_nested(&inode2->i_mutex, I_MUTEX_NONDIR2); in lock_two_nondirectories()
/linux-4.1.27/fs/ubifs/
Ddir.c483 mutex_lock_nested(&ubifs_inode(inode1)->ui_mutex, WB_MUTEX_1); in lock_2_inodes()
484 mutex_lock_nested(&ubifs_inode(inode2)->ui_mutex, WB_MUTEX_2); in lock_2_inodes()
946 mutex_lock_nested(&ubifs_inode(inode1)->ui_mutex, WB_MUTEX_1); in lock_3_inodes()
948 mutex_lock_nested(&ubifs_inode(inode2)->ui_mutex, WB_MUTEX_2); in lock_3_inodes()
950 mutex_lock_nested(&ubifs_inode(inode3)->ui_mutex, WB_MUTEX_3); in lock_3_inodes()
Dmisc.h141 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_wbuf_sync()
Dio.c630 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_bg_wbufs_sync()
652 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_bg_wbufs_sync()
1139 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_sync_wbufs_by_inode()
Dgc.c660 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_garbage_collect()
925 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_gc_end_commit()
Djournal.c128 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in reserve_space()
182 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in reserve_space()
Drecovery.c1204 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_rcvry_gc_commit()
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c620 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in rpc_rmdir()
704 mutex_lock_nested(&dir->i_mutex, I_MUTEX_CHILD); in rpc_depopulate()
760 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in rpc_mkdir_populate()
791 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in rpc_rmdir_depopulate()
831 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in rpc_mkpipe_dentry()
868 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in rpc_unlink()
/linux-4.1.27/block/
Dioctl.c88 mutex_lock_nested(&bdev->bd_mutex, 1); in blkpg_ioctl()
116 mutex_lock_nested(&bdev->bd_mutex, 1); in blkpg_ioctl()
/linux-4.1.27/fs/cachefiles/
Dnamei.c423 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in cachefiles_delete_object()
500 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in cachefiles_walk_to_object()
830 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in cachefiles_check_active()
/linux-4.1.27/fs/nfsd/
Dnfsfh.h268 mutex_lock_nested(&inode->i_mutex, subclass); in fh_lock_nested()
Dnfs4recover.c288 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in nfsd4_list_rec_dir()
319 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in nfsd4_unlink_clid_dir()
/linux-4.1.27/kernel/locking/
Dmutex.c617 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
624 EXPORT_SYMBOL_GPL(mutex_lock_nested);
/linux-4.1.27/fs/configfs/
Ddir.c861 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_CHILD); in configfs_attach_group()
1657 mutex_lock_nested(&d_inode(root)->i_mutex, I_MUTEX_PARENT); in configfs_register_subsystem()
1698 mutex_lock_nested(&d_inode(root)->i_mutex, in configfs_unregister_subsystem()
1700 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_CHILD); in configfs_unregister_subsystem()
Dfile.c329 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_NORMAL); in configfs_create_file()
/linux-4.1.27/fs/xfs/
Dxfs_dquot.c1066 mutex_lock_nested(&d1->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2()
1069 mutex_lock_nested(&d2->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2()
/linux-4.1.27/fs/overlayfs/
Ddir.c170 mutex_lock_nested(&udir->i_mutex, I_MUTEX_PARENT); in ovl_create_upper()
602 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in ovl_remove_upper()
Dreaddir.c560 mutex_lock_nested(&upper->d_inode->i_mutex, I_MUTEX_CHILD); in ovl_cleanup_whiteouts()
Dsuper.c652 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in ovl_workdir_create()
/linux-4.1.27/drivers/misc/mic/host/
Dmic_virtio.c419 mutex_lock_nested(&mvdev->mvr[i].vr_mutex, i + 1); in mic_virtio_device_reset()
488 mutex_lock_nested(&mvdev->mvr[i].vr_mutex, i + 1); in mic_virtio_config_change()
/linux-4.1.27/kernel/
Dacct.c245 mutex_lock_nested(&acct->lock, 1); /* nobody has seen it yet */ in acct_on()
/linux-4.1.27/fs/tracefs/
Dinode.c117 mutex_lock_nested(&inode->i_mutex, I_MUTEX_PARENT); in tracefs_syscall_rmdir()
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt126 void mutex_lock_nested(struct mutex *lock, unsigned int subclass);
Dlockdep-design.txt160 mutex_lock_nested(&bdev->bd_contains->bd_mutex, BD_MUTEX_PARTITION);
/linux-4.1.27/kernel/power/
Dhibernate.c759 mutex_lock_nested(&pm_mutex, SINGLE_DEPTH_NESTING); in software_resume()
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h793 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c228 mutex_lock_nested(&parent->i_mutex, I_MUTEX_PARENT); in spufs_dir_close()
/linux-4.1.27/fs/dlm/
Dlowcomms.c929 mutex_lock_nested(&con->sock_mutex, 0); in tcp_accept_from_sock()
974 mutex_lock_nested(&newcon->sock_mutex, 1); in tcp_accept_from_sock()
/linux-4.1.27/fs/btrfs/
Dioctl.c2831 mutex_lock_nested(&inode1->i_mutex, I_MUTEX_PARENT); in btrfs_double_lock()
2834 mutex_lock_nested(&inode2->i_mutex, I_MUTEX_CHILD); in btrfs_double_lock()
3749 mutex_lock_nested(&inode->i_mutex, I_MUTEX_PARENT); in btrfs_ioctl_clone()
3750 mutex_lock_nested(&src->i_mutex, I_MUTEX_CHILD); in btrfs_ioctl_clone()
3752 mutex_lock_nested(&src->i_mutex, I_MUTEX_PARENT); in btrfs_ioctl_clone()
3753 mutex_lock_nested(&inode->i_mutex, I_MUTEX_CHILD); in btrfs_ioctl_clone()
/linux-4.1.27/drivers/base/power/
Ddomain.c1598 mutex_lock_nested(&subdomain->lock, SINGLE_DEPTH_NESTING); in pm_genpd_add_subdomain()
1689 mutex_lock_nested(&subdomain->lock, SINGLE_DEPTH_NESTING); in pm_genpd_remove_subdomain()
/linux-4.1.27/fs/ecryptfs/
Dinode.c44 mutex_lock_nested(&(d_inode(dir)->i_mutex), I_MUTEX_PARENT); in lock_parent()
/linux-4.1.27/drivers/i2c/
Di2c-core.c1179 mutex_lock_nested(&adap->userspace_clients_lock, in i2c_sysfs_delete_device()
1644 mutex_lock_nested(&adap->userspace_clients_lock, in i2c_del_adapter()
/linux-4.1.27/fs/ncpfs/
Ddir.c642 mutex_lock_nested(&inode->i_mutex, I_MUTEX_CHILD); in ncp_fill_cache()
/linux-4.1.27/drivers/md/
Ddm.c3243 mutex_lock_nested(&md->suspend_lock, SINGLE_DEPTH_NESTING); in dm_suspend()
3303 mutex_lock_nested(&md->suspend_lock, SINGLE_DEPTH_NESTING); in dm_resume()
Ddm-bufio.c175 mutex_lock_nested(&c->lock, dm_bufio_in_request()); in dm_bufio_lock()
/linux-4.1.27/ipc/
Dmqueue.c873 mutex_lock_nested(&d_inode(mnt->mnt_root)->i_mutex, I_MUTEX_PARENT); in SYSCALL_DEFINE1()
/linux-4.1.27/net/wireless/
Dutil.c1699 mutex_lock_nested(&wdev_iter->mtx, 1); in cfg80211_can_use_iftype_chan()
/linux-4.1.27/fs/ceph/
Dcaps.c2967 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export()
2971 mutex_lock_nested(&session->s_mutex, in handle_cap_export()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1081 mutex_lock_nested(&cli->mutex, SINGLE_DEPTH_NESTING); in nouveau_bo_move_m2mf()
/linux-4.1.27/drivers/infiniband/core/
Dcma.c1330 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING); in cma_req_handler()
1509 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING); in iw_conn_req_handler()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c671 mutex_lock_nested(&lock->cll_guard, hdr->coh_nesting); in cl_lock_mutex_get()
/linux-4.1.27/drivers/acpi/
Dscan.c382 mutex_lock_nested(&adev->physical_node_lock, SINGLE_DEPTH_NESTING); in acpi_scan_is_offline()
/linux-4.1.27/kernel/events/
Dcore.c984 mutex_lock_nested(&ctx->mutex, nesting); in perf_event_ctx_lock_nested()
3666 mutex_lock_nested(&owner->perf_event_mutex, SINGLE_DEPTH_NESTING); in perf_remove_from_owner()
7863 mutex_lock_nested(b, SINGLE_DEPTH_NESTING); in mutex_lock_double()
/linux-4.1.27/sound/core/
Dpcm_native.c890 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()
/linux-4.1.27/fs/ocfs2/
Drefcounttree.c4218 mutex_lock_nested(&new_inode->i_mutex, I_MUTEX_CHILD); in __ocfs2_reflink()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c1659 mutex_lock_nested(&ep->parent_ep->com.mutex, in process_mpa_request()