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

/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1021 static struct timer_list stress_hpt_timer; variable in typeref:struct:timer_list
1033 stress_hpt_timer.expires = jiffies + msecs_to_jiffies(10);
1034 add_timer_on(&stress_hpt_timer, next_cpu);
1066 timer_setup(&stress_hpt_timer, stress_hpt_timer_fn, 0);
1067 stress_hpt_timer.expires = jiffies + msecs_to_jiffies(10);
1068 add_timer(&stress_hpt_timer);

Completed in 132 milliseconds