Searched refs:emptyq (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c73 wait_queue_head_t emptyq; /* woken when outbuf is emptied */ member in struct:hvsi_struct
850 wait_event_timeout(hp->emptyq, (hp->n_outbuf <= 0), HVSI_TIMEOUT);
987 wake_up_all(&hp->emptyq);
1293 init_waitqueue_head(&hp->emptyq);

Completed in 70 milliseconds