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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c578 wait_queue_head_t sleep_wait; local
579 init_waitqueue_head(&sleep_wait);
583 struct wait_queue *sleep_wait = NULL; local
588 add_wait_queue(&sleep_wait, &wait);
590 start_one_shot_timer(&t, wake_up_func, (unsigned long)&sleep_wait, us,
594 remove_wait_queue(&sleep_wait, &wait);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c584 wait_queue_head_t sleep_wait; local
585 init_waitqueue_head(&sleep_wait);
589 struct wait_queue *sleep_wait = NULL; local
594 add_wait_queue(&sleep_wait, &wait);
596 start_one_shot_timer(&t, wake_up_func, (unsigned long)&sleep_wait, us,
600 remove_wait_queue(&sleep_wait, &wait);

Completed in 43 milliseconds