Searched refs:threshold_us (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | psi.c | 1149 u32 threshold_us; in psi_trigger_create() local 1155 if (sscanf(buf, "some %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create() 1157 else if (sscanf(buf, "full %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create() 1170 if (threshold_us == 0 || threshold_us > window_us) in psi_trigger_create() 1179 t->threshold = threshold_us * NSEC_PER_USEC; in psi_trigger_create()
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | aspm_ext.c | 142 static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value) in encode_l12_threshold() argument 144 u32 threshold_ns = threshold_us * 1000; in encode_l12_threshold()
|
| H A D | aspm.c | 353 static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value) in encode_l12_threshold() argument 355 u32 threshold_ns = threshold_us * 1000; in encode_l12_threshold()
|