Home
last modified time | relevance | path

Searched refs:sync_queue (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/host1x/
H A Dcdma.c194 space = list_empty(&cdma->sync_queue) ? 1 : 0; in host1x_cdma_wait_locked()
319 list_for_each_entry_safe(job, n, &cdma->sync_queue, list) { in update_cdma_locked()
354 list_empty(&cdma->sync_queue)) in update_cdma_locked()
385 list_for_each_entry(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue()
388 if (!list_is_last(&job->list, &cdma->sync_queue)) in host1x_cdma_update_sync_queue()
444 list_for_each_entry_continue(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue()
513 INIT_LIST_HEAD(&cdma->sync_queue); in host1x_cdma_init()
669 bool idle = list_empty(&cdma->sync_queue); in host1x_cdma_end()
676 list_add_tail(&job->list, &cdma->sync_queue); in host1x_cdma_end()
H A Dcdma.h69 struct list_head sync_queue; /* job queue */ member
/linux/sound/oss/dmasound/
H A Ddmasound.h232 wait_queue_head_t action_queue, open_queue, sync_queue; member
H A Ddmasound_paula.c567 WAKE_UP(write_sq.sync_queue); in AmiInterrupt()
597 WAKE_UP(write_sq.sync_queue); in AmiInterrupt()
H A Ddmasound_core.c692 init_waitqueue_head(&sq->sync_queue); in sq_init_waitqueue()
853 wait_event_interruptible_timeout(write_sq.sync_queue, in sq_fsync()
H A Ddmasound_q40.c489 WAKE_UP(write_sq.sync_queue); in Q40Interrupt()
H A Ddmasound_atari.c1288 WAKE_UP(write_sq.sync_queue); in AtaInterrupt()
1322 if (!write_sq.active) WAKE_UP(write_sq.sync_queue); in AtaInterrupt()
/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw.c198 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c309 if (list_empty(&ms->sync_queue)) { in sb_dequeue()
313 sb = list_entry(ms->sync_queue.next, struct ip_vs_sync_buff, in sb_dequeue()
374 list_add_tail(&sb->list, &ms->sync_queue); in sb_queue_tail()
1836 INIT_LIST_HEAD(&ms->sync_queue); in start_sync_thread()
/linux/include/net/
H A Dip_vs.h871 struct list_head sync_queue; member