Home
last modified time | relevance | path

Searched refs:polling_total (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c204 memset(group->polling_total, 0, sizeof(group->polling_total)); in group_init()
508 memcpy(group->polling_total, group->total[PSI_POLL], in init_triggers()
509 sizeof(group->polling_total)); in init_triggers()
527 if (group->polling_total[t->state] == total[t->state]) in update_triggers()
558 memcpy(group->polling_total, total, in update_triggers()
559 sizeof(group->polling_total)); in update_triggers()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpsi_types.h169 u64 polling_total[NR_PSI_STATES - 1]; member