Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1014 static struct timer_list stress_hpt_timer; variable
1026 stress_hpt_timer.expires = jiffies + msecs_to_jiffies(10); in stress_hpt_timer_fn()
1027 add_timer_on(&stress_hpt_timer, next_cpu); in stress_hpt_timer_fn()
1059 timer_setup(&stress_hpt_timer, stress_hpt_timer_fn, 0); in htab_initialize()
1060 stress_hpt_timer.expires = jiffies + msecs_to_jiffies(10); in htab_initialize()
1061 add_timer(&stress_hpt_timer); in htab_initialize()