Searched refs:expire_jiffies (Results 1 – 3 of 3) sorted by relevance
45 while ((!list_empty(&timer_func_head.list)) && (tmp->expire_jiffies <= timer_jiffies)) in do_timer_softirq()80 timer_func->expire_jiffies = cal_next_n_ms_jiffies(expire_ms); // 设置过期的时间片 in timer_func_init()96 timer_func->expire_jiffies = cal_next_n_us_jiffies(expire_us); // 设置过期的时间片 in timer_func_init_us()110 while (tmp->expire_jiffies < timer_func->expire_jiffies) in timer_func_add()
28 uint64_t expire_jiffies; member
79 …f(list_next(&timer_func_head.list), struct timer_func_list_t, list)->expire_jiffies <= timer_jiffi… in HPET_handler()