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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c575 wait_queue_head_t sleep_wait; local
576 init_waitqueue_head(&sleep_wait);
580 struct wait_queue *sleep_wait = NULL; local
585 add_wait_queue(&sleep_wait, &wait);
587 start_one_shot_timer(&t, wake_up_func, (unsigned long)&sleep_wait, us,
591 remove_wait_queue(&sleep_wait, &wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c581 wait_queue_head_t sleep_wait; local
582 init_waitqueue_head(&sleep_wait);
586 struct wait_queue *sleep_wait = NULL; local
591 add_wait_queue(&sleep_wait, &wait);
593 start_one_shot_timer(&t, wake_up_func, (unsigned long)&sleep_wait, us,
597 remove_wait_queue(&sleep_wait, &wait);

Completed in 76 milliseconds