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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010.h145 wait_queue_head_t thread_wait; member in struct:solo_enc_dev
H A Dsolo6010-v4l2-enc.c548 add_wait_queue(&solo_enc->thread_wait, &wait);
558 remove_wait_queue(&solo_enc->thread_wait, &wait);
662 wake_up_interruptible(&solo_dev->v4l2_enc[ch]->thread_wait);
715 wake_up_interruptible(&fh->enc->thread_wait);
1502 init_waitqueue_head(&solo_enc->thread_wait);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnet.c94 prepare_to_wait(&st->thread_wait, &wait, TASK_INTERRUPTIBLE);
109 finish_wait(&st->thread_wait, &wait);
181 wake_up(&st->thread_wait);
1056 init_waitqueue_head(&st->thread_wait);
H A Dnetfs.h505 wait_queue_head_t thread_wait; member in struct:netfs_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Drouting.c36 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);

Completed in 95 milliseconds