Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1162 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_dai_get_connected_widgets()
2133 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mux_update_power()
2172 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mixer_update_power()
2406 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_sync()
2786 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_add_routes()
2817 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_del_routes()
2895 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_weak_routes()
2921 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_new_widgets()
3009 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_get_volsw()
3064 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_put_volsw()
[all …]
Dsoc-pcm.c466 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_open()
627 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in close_delayed_work()
657 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_close()
736 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_prepare()
841 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_hw_params()
955 mutex_lock_nested(&rtd->pcm_mutex, rtd->pcm_subclass); in soc_pcm_hw_free()
1766 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_hw_free()
1874 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_hw_params()
2142 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_prepare()
2349 mutex_lock_nested(&card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_dpcm_runtime_update()
[all …]
Dsoc-core.c1558 mutex_lock_nested(&card->mutex, SND_SOC_CARD_CLASS_INIT); in snd_soc_instantiate_card()
/linux-4.4.14/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.4.14/fs/jfs/
Dnamei.c113 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_create()
114 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_create()
247 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_mkdir()
248 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_mkdir()
381 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_rmdir()
382 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_rmdir()
508 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_unlink()
509 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_unlink()
820 mutex_lock_nested(&JFS_IP(dir)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_link()
821 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_link()
[all …]
/linux-4.4.14/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.4.14/fs/nfs/
Dnfs4file.c262 mutex_lock_nested(&dst_inode->i_mutex, I_MUTEX_PARENT); in nfs42_ioctl_clone()
263 mutex_lock_nested(&src_inode->i_mutex, I_MUTEX_CHILD); in nfs42_ioctl_clone()
265 mutex_lock_nested(&src_inode->i_mutex, I_MUTEX_PARENT); in nfs42_ioctl_clone()
266 mutex_lock_nested(&dst_inode->i_mutex, I_MUTEX_CHILD); in nfs42_ioctl_clone()
/linux-4.4.14/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.4.14/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.4.14/fs/notify/
Dmark.c206 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_destroy_mark()
442 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group_flags()
450 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group_flags()
/linux-4.4.14/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.c357 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in class_pktcdvd_show_map()
2729 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in pkt_setup_dev()
2822 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in pkt_remove_dev()
2871 mutex_lock_nested(&ctl_mutex, SINGLE_DEPTH_NESTING); in pkt_get_status()
Dloop.c1340 mutex_lock_nested(&lo->lo_ctl_mutex, 1); in lo_ioctl()
Drbd.c826 mutex_lock_nested(&client_mutex, SINGLE_DEPTH_NESTING); in rbd_get_client()
/linux-4.4.14/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()
Dmdio_bus.c393 mutex_lock_nested(&bus->mdio_lock, SINGLE_DEPTH_NESTING); in mdiobus_read_nested()
445 mutex_lock_nested(&bus->mdio_lock, SINGLE_DEPTH_NESTING); in mdiobus_write_nested()
/linux-4.4.14/fs/configfs/
Ddir.c861 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_CHILD); in configfs_attach_group()
1662 mutex_lock_nested(&d_inode(parent)->i_mutex, I_MUTEX_PARENT); in configfs_register_group()
1686 mutex_lock_nested(&d_inode(parent)->i_mutex, I_MUTEX_PARENT); in configfs_unregister_group()
1767 mutex_lock_nested(&d_inode(root)->i_mutex, I_MUTEX_PARENT); in configfs_register_subsystem()
1808 mutex_lock_nested(&d_inode(root)->i_mutex, in configfs_unregister_subsystem()
1810 mutex_lock_nested(&d_inode(dentry)->i_mutex, I_MUTEX_CHILD); in configfs_unregister_subsystem()
Dfile.c327 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_NORMAL); in configfs_create_file()
/linux-4.4.14/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.c2242 mutex_lock_nested(&path->dentry->d_inode->i_mutex, I_MUTEX_PARENT); in kern_path_locked()
2614 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2622 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2623 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_CHILD); in lock_rename()
2629 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2630 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_CHILD); in lock_rename()
2634 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); in lock_rename()
2635 mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT2); in lock_rename()
3425 mutex_lock_nested(&path->dentry->d_inode->i_mutex, I_MUTEX_PARENT); in filename_create()
3730 mutex_lock_nested(&path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); in do_rmdir()
[all …]
Dpipe.c65 mutex_lock_nested(&pipe->mutex, subclass); in pipe_lock_nested()
86 mutex_lock_nested(&pipe->mutex, I_MUTEX_PARENT); in __pipe_lock()
Dblock_dev.c1201 mutex_lock_nested(&bdev->bd_mutex, for_part); in __blkdev_get()
1518 mutex_lock_nested(&bdev->bd_mutex, for_part); in __blkdev_put()
Dinode.c971 mutex_lock_nested(&inode2->i_mutex, I_MUTEX_NONDIR2); in lock_two_nondirectories()
/linux-4.4.14/fs/ubifs/
Ddir.c484 mutex_lock_nested(&ubifs_inode(inode1)->ui_mutex, WB_MUTEX_1); in lock_2_inodes()
485 mutex_lock_nested(&ubifs_inode(inode2)->ui_mutex, WB_MUTEX_2); in lock_2_inodes()
945 mutex_lock_nested(&ubifs_inode(inode1)->ui_mutex, WB_MUTEX_1); in lock_3_inodes()
947 mutex_lock_nested(&ubifs_inode(inode2)->ui_mutex, WB_MUTEX_2); in lock_3_inodes()
949 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.4.14/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.4.14/fs/nfsd/
Dnfsfh.h268 mutex_lock_nested(&inode->i_mutex, subclass); in fh_lock_nested()
Dnfs4recover.c289 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in nfsd4_list_rec_dir()
325 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in nfsd4_unlink_clid_dir()
/linux-4.4.14/fs/cachefiles/
Dnamei.c426 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in cachefiles_delete_object()
504 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in cachefiles_walk_to_object()
840 mutex_lock_nested(&d_inode(dir)->i_mutex, I_MUTEX_PARENT); in cachefiles_check_active()
/linux-4.4.14/kernel/locking/
Dmutex.c615 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
622 EXPORT_SYMBOL_GPL(mutex_lock_nested);
/linux-4.4.14/block/
Dioctl.c89 mutex_lock_nested(&bdev->bd_mutex, 1); in blkpg_ioctl()
117 mutex_lock_nested(&bdev->bd_mutex, 1); in blkpg_ioctl()
/linux-4.4.14/fs/dlm/
Dlowcomms.c696 mutex_lock_nested(&con->sock_mutex, 0); in tcp_accept_from_sock()
741 mutex_lock_nested(&newcon->sock_mutex, 1); in tcp_accept_from_sock()
821 mutex_lock_nested(&con->sock_mutex, 0); in sctp_accept_from_sock()
853 mutex_lock_nested(&newcon->sock_mutex, 1); in sctp_accept_from_sock()
/linux-4.4.14/fs/xfs/
Dxfs_dquot.c1058 mutex_lock_nested(&d1->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2()
1061 mutex_lock_nested(&d2->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2()
/linux-4.4.14/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.c756 mutex_lock_nested(&dir->i_mutex, I_MUTEX_PARENT); in ovl_workdir_create()
/linux-4.4.14/drivers/misc/mic/host/
Dmic_virtio.c418 mutex_lock_nested(&mvdev->mvr[i].vr_mutex, i + 1); in mic_virtio_device_reset()
487 mutex_lock_nested(&mvdev->mvr[i].vr_mutex, i + 1); in mic_virtio_config_change()
/linux-4.4.14/fs/tracefs/
Dinode.c117 mutex_lock_nested(&inode->i_mutex, I_MUTEX_PARENT); in tracefs_syscall_rmdir()
/linux-4.4.14/kernel/
Dacct.c245 mutex_lock_nested(&acct->lock, 1); /* nobody has seen it yet */ in acct_on()
/linux-4.4.14/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.4.14/kernel/power/
Dhibernate.c762 mutex_lock_nested(&pm_mutex, SINGLE_DEPTH_NESTING); in software_resume()
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h797 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/linux-4.4.14/drivers/base/power/
Ddomain.c1337 mutex_lock_nested(&subdomain->lock, SINGLE_DEPTH_NESTING); in pm_genpd_add_subdomain()
1395 mutex_lock_nested(&subdomain->lock, SINGLE_DEPTH_NESTING); in pm_genpd_remove_subdomain()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c228 mutex_lock_nested(&parent->i_mutex, I_MUTEX_PARENT); in spufs_dir_close()
/linux-4.4.14/sound/soc/codecs/
Dwm5110.c447 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in wm5110_in_pga_get()
468 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in wm5110_in_pga_put()
/linux-4.4.14/drivers/infiniband/core/
Ducma.c1457 mutex_lock_nested(&file2->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files()
1460 mutex_lock_nested(&file1->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files()
Dcma.c1766 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING); in cma_req_handler()
1917 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING); in iw_conn_req_handler()
/linux-4.4.14/fs/ecryptfs/
Dinode.c44 mutex_lock_nested(&(d_inode(dir)->i_mutex), I_MUTEX_PARENT); in lock_parent()
/linux-4.4.14/drivers/i2c/
Di2c-core.c1287 mutex_lock_nested(&adap->userspace_clients_lock, in i2c_sysfs_delete_device()
1793 mutex_lock_nested(&adap->userspace_clients_lock, in i2c_del_adapter()
/linux-4.4.14/fs/ncpfs/
Ddir.c642 mutex_lock_nested(&inode->i_mutex, I_MUTEX_CHILD); in ncp_fill_cache()
/linux-4.4.14/ipc/
Dmqueue.c869 mutex_lock_nested(&d_inode(mnt->mnt_root)->i_mutex, I_MUTEX_PARENT); in SYSCALL_DEFINE1()
/linux-4.4.14/net/wireless/
Dutil.c1700 mutex_lock_nested(&wdev_iter->mtx, 1); in cfg80211_can_use_iftype_chan()
/linux-4.4.14/drivers/md/
Ddm-bufio.c175 mutex_lock_nested(&c->lock, dm_bufio_in_request()); in dm_bufio_lock()
Ddm.c3191 mutex_lock_nested(&md->suspend_lock, SINGLE_DEPTH_NESTING); in dm_suspend()
3251 mutex_lock_nested(&md->suspend_lock, SINGLE_DEPTH_NESTING); in dm_resume()
/linux-4.4.14/drivers/acpi/
Dscan.c127 mutex_lock_nested(&adev->physical_node_lock, SINGLE_DEPTH_NESTING); in acpi_scan_is_offline()
/linux-4.4.14/include/sound/
Dsoc.h1658 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mutex_lock()
/linux-4.4.14/fs/ceph/
Dcaps.c3275 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export()
3279 mutex_lock_nested(&session->s_mutex, in handle_cap_export()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1075 mutex_lock_nested(&cli->mutex, SINGLE_DEPTH_NESTING); in nouveau_bo_move_m2mf()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c671 mutex_lock_nested(&lock->cll_guard, hdr->coh_nesting); in cl_lock_mutex_get()
/linux-4.4.14/kernel/events/
Dcore.c971 mutex_lock_nested(&ctx->mutex, nesting); in perf_event_ctx_lock_nested()
3781 mutex_lock_nested(&owner->perf_event_mutex, SINGLE_DEPTH_NESTING); in perf_remove_from_owner()
8192 mutex_lock_nested(b, SINGLE_DEPTH_NESTING); in mutex_lock_double()
/linux-4.4.14/fs/btrfs/
Dioctl.c2883 mutex_lock_nested(&inode1->i_mutex, I_MUTEX_PARENT); in btrfs_double_inode_lock()
2884 mutex_lock_nested(&inode2->i_mutex, I_MUTEX_CHILD); in btrfs_double_inode_lock()
/linux-4.4.14/drivers/regulator/
Dcore.c152 mutex_lock_nested(&rdev->mutex, i); in regulator_lock_supply()
/linux-4.4.14/sound/core/
Dpcm_native.c901 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()
/linux-4.4.14/fs/ocfs2/
Drefcounttree.c4200 mutex_lock_nested(&new_inode->i_mutex, I_MUTEX_CHILD); in __ocfs2_reflink()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c1716 mutex_lock_nested(&ep->parent_ep->com.mutex, in process_mpa_request()