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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_api.c1108 static struct timer_list psched_timer = variable in typeref:struct:timer_list
1117 psched_timer.expires = jiffies + 1*HZ;
1122 psched_timer.expires = now + 60*60*HZ;
1124 add_timer(&psched_timer);

Completed in 77 milliseconds