Home
last modified time | relevance | path

Searched refs:stream_lock (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c68 struct mutex stream_lock; member
221 mutex_destroy(&gt->eu_stall->stream_lock); in xe_eu_stall_fini()
247 mutex_init(&gt->eu_stall->stream_lock); in xe_eu_stall_init()
257 mutex_destroy(&gt->eu_stall->stream_lock); in xe_eu_stall_init()
597 mutex_lock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
599 mutex_unlock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
602 mutex_lock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
604 mutex_unlock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
793 mutex_lock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_poll()
795 mutex_unlock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_poll()
[all …]
H A Dxe_oa.c556 mutex_lock(&stream->stream_lock); in xe_oa_read()
558 mutex_unlock(&stream->stream_lock); in xe_oa_read()
562 mutex_lock(&stream->stream_lock); in xe_oa_read()
564 mutex_unlock(&stream->stream_lock); in xe_oa_read()
607 mutex_lock(&stream->stream_lock); in xe_oa_poll()
609 mutex_unlock(&stream->stream_lock); in xe_oa_poll()
866 mutex_destroy(&stream->stream_lock); in xe_oa_stream_destroy()
1631 mutex_lock(&stream->stream_lock); in xe_oa_ioctl()
1633 mutex_unlock(&stream->stream_lock); in xe_oa_ioctl()
1814 mutex_init(&stream->stream_lock); in xe_oa_stream_init()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c209 spinlock_t stream_lock; member
2001 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2036 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2052 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2065 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2067 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2088 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2090 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2138 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2141 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c1161 mutex_lock(&video->stream_lock); in isp_video_streamon()
1228 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1249 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1267 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1305 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1525 mutex_init(&video->stream_lock); in omap3isp_video_init()
1560 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
/linux/sound/core/
H A Dpcm_native.c1249 bool stream_lock) in snd_pcm_action_group() argument
1257 if (!stream_lock) in snd_pcm_action_group()
1290 if (!stream_lock) in snd_pcm_action_group()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2365 spinlock_t stream_lock; member
H A Dmegaraid_sas_fusion.c2870 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2873 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
H A Dmegaraid_sas_base.c7435 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()