polling_total     162 include/linux/psi_types.h 	u64 polling_total[NR_PSI_STATES - 1];
polling_total     199 kernel/sched/psi.c 	memset(group->polling_total, 0, sizeof(group->polling_total));
polling_total     498 kernel/sched/psi.c 	memcpy(group->polling_total, group->total[PSI_POLL],
polling_total     499 kernel/sched/psi.c 		   sizeof(group->polling_total));
polling_total     517 kernel/sched/psi.c 		if (group->polling_total[t->state] == total[t->state])
polling_total     544 kernel/sched/psi.c 		memcpy(group->polling_total, total,
polling_total     545 kernel/sched/psi.c 				sizeof(group->polling_total));