polling_next_update  163 include/linux/psi_types.h 	u64 polling_next_update;
polling_next_update  200 kernel/sched/psi.c 	group->polling_next_update = ULLONG_MAX;
polling_next_update  500 kernel/sched/psi.c 	group->polling_next_update = now + group->poll_min_period;
polling_next_update  612 kernel/sched/psi.c 		group->polling_next_update = ULLONG_MAX;
polling_next_update  616 kernel/sched/psi.c 	if (now >= group->polling_next_update)
polling_next_update  617 kernel/sched/psi.c 		group->polling_next_update = update_triggers(group, now);
polling_next_update  620 kernel/sched/psi.c 		nsecs_to_jiffies(group->polling_next_update - now) + 1);