Searched refs:sync_queue (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/host1x/ |
D | cdma.c | 194 space = list_empty(&cdma->sync_queue) ? 1 : 0; in host1x_cdma_wait_locked() 326 list_for_each_entry_safe(job, n, &cdma->sync_queue, list) { in update_cdma_locked() 361 list_empty(&cdma->sync_queue)) in update_cdma_locked() 392 list_for_each_entry(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue() 395 if (!list_is_last(&job->list, &cdma->sync_queue)) in host1x_cdma_update_sync_queue() 456 INIT_LIST_HEAD(&cdma->sync_queue); in host1x_cdma_init() 610 bool idle = list_empty(&cdma->sync_queue); in host1x_cdma_end() 617 list_add_tail(&job->list, &cdma->sync_queue); in host1x_cdma_end()
|
D | cdma.h | 68 struct list_head sync_queue; /* job queue */ member
|
/Linux-v5.4/sound/oss/dmasound/ |
D | dmasound.h | 238 wait_queue_head_t action_queue, open_queue, sync_queue; member
|
D | dmasound_paula.c | 567 WAKE_UP(write_sq.sync_queue); in AmiInterrupt() 597 WAKE_UP(write_sq.sync_queue); in AmiInterrupt()
|
D | dmasound_core.c | 696 init_waitqueue_head(&sq->sync_queue); in sq_init_waitqueue() 857 wait_event_interruptible_timeout(write_sq.sync_queue, in sq_fsync()
|
D | dmasound_q40.c | 489 WAKE_UP(write_sq.sync_queue); in Q40Interrupt()
|
D | dmasound_atari.c | 1288 WAKE_UP(write_sq.sync_queue); in AtaInterrupt() 1322 if (!write_sq.active) WAKE_UP(write_sq.sync_queue); in AtaInterrupt()
|
/Linux-v5.4/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 197 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()
|
/Linux-v5.4/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 312 if (list_empty(&ms->sync_queue)) { in sb_dequeue() 316 sb = list_entry(ms->sync_queue.next, struct ip_vs_sync_buff, in sb_dequeue() 377 list_add_tail(&sb->list, &ms->sync_queue); in sb_queue_tail() 1846 INIT_LIST_HEAD(&ms->sync_queue); in start_sync_thread()
|
/Linux-v5.4/include/net/ |
D | ip_vs.h | 809 struct list_head sync_queue; member
|