Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c2555 u32 tsleep; in mana_dealloc_queues() local
2580 tsleep = 1000; in mana_dealloc_queues()
2583 usleep_range(tsleep, tsleep + 1000); in mana_dealloc_queues()
2584 tsleep <<= 1; in mana_dealloc_queues()
/openbmc/linux/sound/core/
H A Dpcm.c973 init_waitqueue_head(&runtime->tsleep); in snd_pcm_attach_substream()
1120 wake_up(&substream->runtime->tsleep); in snd_pcm_dev_disconnect()
H A Dpcm_lib.c227 wake_up(&runtime->tsleep); in snd_pcm_update_state()
1897 add_wait_queue(&runtime->tsleep, &wait); in wait_for_avail()
1969 remove_wait_queue(&runtime->tsleep, &wait); in wait_for_avail()
H A Dpcm_native.c1523 wake_up(&runtime->tsleep); in snd_pcm_post_stop()
1638 wake_up(&runtime->tsleep); in snd_pcm_post_pause()
1711 wake_up(&runtime->tsleep); in snd_pcm_post_suspend()
/openbmc/linux/include/sound/
H A Dpcm.h401 wait_queue_head_t tsleep; /* transfer sleep */ member
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c7035 if (tsleep ((caddr_t)cp, PRIBIO|PCATCH, "ncr", 0)) in ncr_get_ccb()