Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
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_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/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