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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dwait.h164 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr);
181 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dwait.h164 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr);
181 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dsched.c4210 * __wake_up_sync - see __wake_up_sync_key()
4212 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) function
4216 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */ variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dsched.c4210 * __wake_up_sync - see __wake_up_sync_key()
4212 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) function
4216 EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */ variable

Completed in 259 milliseconds