Home
last modified time | relevance | path

Searched refs:tsleep (Results 1 – 6 of 6) 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.c1541 wake_up(&runtime->tsleep); in snd_pcm_post_stop()
1653 wake_up(&runtime->tsleep); in snd_pcm_post_pause()
1726 wake_up(&runtime->tsleep); in snd_pcm_post_suspend()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3033 u32 tsleep; in mana_dealloc_queues() local
3058 tsleep = 1000; in mana_dealloc_queues()
3061 usleep_range(tsleep, tsleep + 1000); in mana_dealloc_queues()
3062 tsleep <<= 1; in mana_dealloc_queues()
/linux/include/sound/
H A Dpcm.h418 wait_queue_head_t tsleep; /* transfer sleep */ member
/linux/drivers/scsi/
H A Dncr53c8xx.c7035 if (tsleep ((caddr_t)cp, PRIBIO|PCATCH, "ncr", 0)) in ncr_get_ccb()