| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | nd-core.h | 202 mutex_lock_nested(&dev->lockdep_mutex, LOCK_REGION); in debug_nvdimm_lock() 204 mutex_lock_nested(&dev->lockdep_mutex, LOCK_DIMM); in debug_nvdimm_lock() 206 mutex_lock_nested(&dev->lockdep_mutex, LOCK_CLAIM); in debug_nvdimm_lock() 208 mutex_lock_nested(&dev->lockdep_mutex, LOCK_NAMESPACE); in debug_nvdimm_lock() 210 mutex_lock_nested(&dev->lockdep_mutex, LOCK_BUS); in debug_nvdimm_lock() 212 mutex_lock_nested(&dev->lockdep_mutex, LOCK_NDCTL); in debug_nvdimm_lock()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-compress.c | 84 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_compr_open() 133 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_open_fe() 202 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_compr_free() 241 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_free_fe() 309 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_compr_trigger() 348 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_trigger_fe() 411 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_compr_set_params() 466 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in soc_compr_set_params_fe() 515 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_compr_get_params() 543 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_compr_get_caps() [all …]
|
| H A D | soc-dapm.c | 1313 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_dai_get_connected_widgets() 2308 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mux_update_power() 2373 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mixer_update_power() 2642 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_sync() 2713 mutex_lock_nested(&rtd->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_update_dai() 3106 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_add_routes() 3137 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_del_routes() 3215 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_weak_routes() 3241 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_INIT); in snd_soc_dapm_new_widgets() 3325 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_get_volsw() [all …]
|
| H A D | soc-pcm.c | 654 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_pcm_clean() 712 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_pcm_open() 814 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_pcm_prepare() 873 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_pcm_hw_params() 999 mutex_lock_nested(&rtd->card->pcm_mutex, rtd->card->pcm_subclass); in soc_pcm_hw_free() 1943 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_hw_free() 2048 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_hw_params() 2365 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_prepare() 2606 mutex_lock_nested(&card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in snd_soc_dpcm_runtime_update() 2647 mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); in dpcm_fe_dai_close() [all …]
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | namei.c | 100 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_create() 101 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_create() 232 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_mkdir() 233 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_mkdir() 364 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_rmdir() 365 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_rmdir() 491 mutex_lock_nested(&JFS_IP(dip)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_unlink() 492 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_unlink() 803 mutex_lock_nested(&JFS_IP(dir)->commit_mutex, COMMIT_MUTEX_PARENT); in jfs_link() 804 mutex_lock_nested(&JFS_IP(ip)->commit_mutex, COMMIT_MUTEX_CHILD); in jfs_link() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mutex.h | 160 extern void mutex_lock_nested(struct mutex *lock, unsigned int subclass); 169 #define mutex_lock(lock) mutex_lock_nested(lock, 0) 186 # define mutex_lock_nested(lock, subclass) mutex_lock(lock) macro
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libfc/ |
| H A D | fc_npiv.c | 124 mutex_lock_nested(&vn_port->lp_mutex, LPORT_MUTEX_VN_PORT); in fc_vport_setlink() 142 mutex_lock_nested(&vn_port->lp_mutex, LPORT_MUTEX_VN_PORT); in fc_vports_linkchange()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | bfind.c | 30 mutex_lock_nested(&tree->tree_lock, CATALOG_BTREE_MUTEX); in hfs_find_init() 33 mutex_lock_nested(&tree->tree_lock, EXTENTS_BTREE_MUTEX); in hfs_find_init() 36 mutex_lock_nested(&tree->tree_lock, ATTR_BTREE_MUTEX); in hfs_find_init()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | policy_ns.c | 256 mutex_lock_nested(&ns->lock, ns->level); in __aa_create_ns() 312 mutex_lock_nested(&parent->lock, parent->level); in aa_prepare_ns() 335 mutex_lock_nested(&ns->lock, ns->level); in destroy_ns()
|
| H A D | apparmorfs.c | 539 mutex_lock_nested(&rev->ns->lock, rev->ns->level); in ns_revision_read() 549 mutex_lock_nested(&rev->ns->lock, rev->ns->level); in ns_revision_read() 583 mutex_lock_nested(&rev->ns->lock, rev->ns->level); in ns_revision_poll() 1797 mutex_lock_nested(&parent->lock, parent->level); in ns_mkdir_op() 1846 mutex_lock_nested(&parent->lock, parent->level); in ns_rmdir_op() 1901 mutex_lock_nested(&sub->lock, sub->level); in __aafs_ns_rmdir() 2031 mutex_lock_nested(&sub->lock, sub->level); in __aafs_ns_mkdir() 2075 mutex_lock_nested(&next->lock, next->level); in __next_ns() 2085 mutex_lock_nested(&next->lock, next->level); in __next_ns() 2193 mutex_lock_nested(&root->lock, root->level); in p_start() [all …]
|
| H A D | policy.c | 551 mutex_lock_nested(&profile->ns->lock, profile->ns->level); in aa_new_null_profile() 913 mutex_lock_nested(&ns->lock, ns->level); in aa_replace_profiles() 1128 mutex_lock_nested(&ns->parent->lock, ns->level); in aa_remove_profiles() 1134 mutex_lock_nested(&ns->lock, ns->level); in aa_remove_profiles()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | bfind.c | 30 mutex_lock_nested(&tree->tree_lock, CATALOG_BTREE_MUTEX); in hfs_find_init() 33 mutex_lock_nested(&tree->tree_lock, EXTENTS_BTREE_MUTEX); in hfs_find_init() 36 mutex_lock_nested(&tree->tree_lock, ATTR_BTREE_MUTEX); in hfs_find_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | mdio-mux.c | 44 mutex_lock_nested(&pb->mii_bus->mdio_lock, MDIO_MUTEX_MUX); in mdio_mux_read() 69 mutex_lock_nested(&pb->mii_bus->mdio_lock, MDIO_MUTEX_MUX); in mdio_mux_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | port.c | 202 mutex_lock_nested(&dup_table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_register_mac() 205 mutex_lock_nested(&table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_register_mac() 398 mutex_lock_nested(&dup_table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_unregister_mac() 401 mutex_lock_nested(&table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_unregister_mac() 488 mutex_lock_nested(&dup_table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_replace_mac() 491 mutex_lock_nested(&table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_replace_mac() 597 mutex_lock_nested(&dup_table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_register_vlan() 600 mutex_lock_nested(&table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_register_vlan() 773 mutex_lock_nested(&dup_table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_unregister_vlan() 776 mutex_lock_nested(&table->mutex, SINGLE_DEPTH_NESTING); in __mlx4_unregister_vlan()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | dir.c | 679 mutex_lock_nested(&ubifs_inode(inode1)->ui_mutex, WB_MUTEX_1); in lock_2_inodes() 680 mutex_lock_nested(&ubifs_inode(inode2)->ui_mutex, WB_MUTEX_2); in lock_2_inodes() 1227 mutex_lock_nested(&ubifs_inode(inode1)->ui_mutex, WB_MUTEX_1); in lock_4_inodes() 1229 mutex_lock_nested(&ubifs_inode(inode2)->ui_mutex, WB_MUTEX_2); in lock_4_inodes() 1231 mutex_lock_nested(&ubifs_inode(inode3)->ui_mutex, WB_MUTEX_3); in lock_4_inodes() 1233 mutex_lock_nested(&ubifs_inode(inode4)->ui_mutex, WB_MUTEX_4); in lock_4_inodes()
|
| H A D | misc.h | 131 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_wbuf_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | mt7530.c | 137 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in core_write() 150 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in core_rmw() 230 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7530_write() 249 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in _mt7530_read() 274 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7530_rmw() 633 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7531_ind_c45_phy_read() 682 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7531_ind_c45_phy_write() 729 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7531_ind_c22_phy_read() 768 mutex_lock_nested(&bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7531_ind_c22_phy_write()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | misc.h | 130 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_wbuf_sync()
|
| H A D | io.c | 637 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_bg_wbufs_sync() 659 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_bg_wbufs_sync() 1149 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_sync_wbufs_by_inode()
|
| H A D | gc.c | 651 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_garbage_collect() 916 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_gc_end_commit()
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | governor_passive.c | 102 mutex_lock_nested(&devfreq->lock, SINGLE_DEPTH_NESTING); in update_devfreq_passive()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_wakeref.c | 33 mutex_lock_nested(&wf->mutex, SINGLE_DEPTH_NESTING); in __intel_wakeref_get_first()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_phys.c | 223 mutex_lock_nested(&obj->mm.lock, I915_MM_GET_PAGES); in i915_gem_object_attach_phys()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventpoll.c | 699 mutex_lock_nested(&ep->mtx, depth); in ep_scan_ready_list() 1010 mutex_lock_nested(&ep->mtx, 0); in eventpoll_release_file() 2017 mutex_lock_nested(&ep->mtx, call_nests + 1); in ep_loop_check_proc() 2145 mutex_lock_nested(mutex, depth); in epoll_mutex_lock()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | core.c | 553 mutex_lock_nested(&bdev->bd_mutex, 1); in bdev_del_partition() 595 mutex_lock_nested(&bdev->bd_mutex, 1); in bdev_resize_partition()
|