Home
last modified time | relevance | path

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

/kernel/sched/
Dpsi.c1236 u32 threshold_us; in psi_trigger_create() local
1242 if (sscanf(buf, "some %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create()
1244 else if (sscanf(buf, "full %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create()
1261 if (threshold_us == 0 || threshold_us > window_us) in psi_trigger_create()
1270 t->threshold = threshold_us * NSEC_PER_USEC; in psi_trigger_create()