Searched refs:timer (Results 1 – 3 of 3) sorted by relevance
332 struct hrtimer timer; member336 static enum hrtimer_restart hash_irq_test_timer_func(struct hrtimer *timer) in hash_irq_test_timer_func() argument339 container_of(timer, typeof(*state), timer); in hash_irq_test_timer_func()347 hrtimer_forward_now(&state->timer, IRQ_TEST_HRTIMER_INTERVAL); in hash_irq_test_timer_func()399 hrtimer_setup_on_stack(&state.timer, hash_irq_test_timer_func, in run_irq_test()405 hrtimer_start(&state.timer, IRQ_TEST_HRTIMER_INTERVAL, in run_irq_test()414 hrtimer_cancel(&state.timer); in run_irq_test()
49 bool "Use a deferrable timer to trigger allocations"51 Use a deferrable timer to trigger allocations. This avoids forcing
747 bool "Debug timer objects"751 timer routines to track the life time of timer objects and752 validate the timer operations.
Completed in 13 milliseconds