Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dpsi.c1260 u32 threshold_us; in psi_trigger_create() local
1266 if (sscanf(buf, "some %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create()
1268 else if (sscanf(buf, "full %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create()
1286 if (threshold_us == 0 || threshold_us > window_us) in psi_trigger_create()
1295 t->threshold = threshold_us * NSEC_PER_USEC; in psi_trigger_create()
/linux-6.3-rc2/drivers/pci/pcie/
A Daspm.c362 static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value) in encode_l12_threshold() argument
364 u64 threshold_ns = (u64) threshold_us * 1000; in encode_l12_threshold()

Completed in 8 milliseconds