Searched refs:rtpoll_next_update (Results 1 – 2 of 2) sorted by relevance
222 group->rtpoll_next_update = ULLONG_MAX; in group_init()622 group->rtpoll_next_update = now + group->rtpoll_min_period; in init_rtpoll_triggers()717 group->rtpoll_next_update = ULLONG_MAX; in psi_rtpoll_work()721 if (now >= group->rtpoll_next_update) { in psi_rtpoll_work()727 group->rtpoll_next_update = now + group->rtpoll_min_period; in psi_rtpoll_work()731 nsecs_to_jiffies(group->rtpoll_next_update - now) + 1, in psi_rtpoll_work()
204 u64 rtpoll_next_update; member