Home
last modified time | relevance | path

Searched refs:tsleep (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/
H A Dpcm.c961 init_waitqueue_head(&runtime->tsleep); in snd_pcm_attach_substream()
1107 wake_up(&substream->runtime->tsleep); in snd_pcm_dev_disconnect()
H A Dpcm_lib.c230 wake_up(&runtime->tsleep); in snd_pcm_update_state()
1961 add_wait_queue(&runtime->tsleep, &wait); in wait_for_avail()
2033 remove_wait_queue(&runtime->tsleep, &wait); in wait_for_avail()
H A Dpcm_native.c1551 wake_up(&runtime->tsleep); in snd_pcm_post_stop()
1663 wake_up(&runtime->tsleep); in snd_pcm_post_pause()
1736 wake_up(&runtime->tsleep); in snd_pcm_post_suspend()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3214 u32 tsleep; in mana_dealloc_queues() local
3239 tsleep = 1000; in mana_dealloc_queues()
3242 usleep_range(tsleep, tsleep + 1000); in mana_dealloc_queues()
3243 tsleep <<= 1; in mana_dealloc_queues()
/linux/include/sound/
H A Dpcm.h418 wait_queue_head_t tsleep; /* transfer sleep */ member