Home
last modified time | relevance | path

Searched refs:lockdep_assert_held_once (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c210 lockdep_assert_held_once(&dev_priv->binding_mutex); in vmw_view_destroy()
439 lockdep_assert_held_once(&dev_priv->binding_mutex); in vmw_view_cotable_list_destroy()
459 lockdep_assert_held_once(&dev_priv->binding_mutex); in vmw_view_surface_list_destroy()
Dvmwgfx_cmdbuf.c260 lockdep_assert_held_once(&man->lock); in __vmw_cmdbuf_header_free()
664 lockdep_assert_held_once(&man->cur_mutex); in __vmw_cmdbuf_cur_flush()
1049 lockdep_assert_held_once(&man->cur_mutex); in vmw_cmdbuf_commit_cur()
Dvmwgfx_streamoutput.c380 lockdep_assert_held_once(&dev_priv->binding_mutex); in vmw_dx_streamoutput_cotable_list_scrub()
Dvmwgfx_shader.c552 lockdep_assert_held_once(&dev_priv->binding_mutex); in vmw_dx_shader_cotable_list_scrub()
/kernel/linux/linux-5.10/drivers/soc/samsung/
Dexynos-regulator-coupler.c40 lockdep_assert_held_once(&c_rdevs[i]->mutex.base); in regulator_get_optimal_voltage()
/kernel/linux/linux-5.10/include/linux/
Dlockdep.h320 #define lockdep_assert_held_once(l) do { \ macro
396 #define lockdep_assert_held_once(l) do { (void)(l); } while (0) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_auth.c140 lockdep_assert_held_once(&dev->master_mutex); in drm_new_set_master()
/kernel/linux/linux-5.10/drivers/regulator/
Dcore.c2161 lockdep_assert_held_once(&regulator_list_mutex); in _regulator_put()
2612 lockdep_assert_held_once(&rdev->mutex.base); in _regulator_handle_consumer_enable()
2637 lockdep_assert_held_once(&rdev->mutex.base); in _regulator_handle_consumer_disable()
2657 lockdep_assert_held_once(&rdev->mutex.base); in _regulator_enable()
2775 lockdep_assert_held_once(&rdev->mutex.base); in _regulator_disable()
2853 lockdep_assert_held_once(&rdev->mutex.base); in _regulator_force_disable()
3724 lockdep_assert_held_once(&c_rdevs[i]->mutex.base); in regulator_get_optimal_voltage()
/kernel/linux/linux-5.10/net/bridge/
Dbr_fdb.c111 lockdep_assert_held_once(&br->hash_lock); in br_fdb_find()
Dbr_multicast.c84 lockdep_assert_held_once(&br->multicast_lock); in br_sg_port_find()
101 lockdep_assert_held_once(&br->multicast_lock); in br_mdb_ip_get()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dserial_core.c3139 lockdep_assert_held_once(&uport->lock); in uart_handle_dcd_change()
3170 lockdep_assert_held_once(&uport->lock); in uart_handle_cts_change()
/kernel/linux/linux-5.10/net/packet/
Daf_packet.c317 lockdep_assert_held_once(&pkt_sk(sk)->bind_lock); in register_prot_hook()
331 lockdep_assert_held_once(&po->bind_lock); in __unregister_prot_hook()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch14429 lockdep_assert_held_once(&dev->master_mutex);