threshold_us 357 drivers/pci/pcie/aspm.c static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value) threshold_us 359 drivers/pci/pcie/aspm.c u32 threshold_ns = threshold_us * 1000; threshold_us 1012 kernel/sched/psi.c u32 threshold_us; threshold_us 1018 kernel/sched/psi.c if (sscanf(buf, "some %u %u", &threshold_us, &window_us) == 2) threshold_us 1020 kernel/sched/psi.c else if (sscanf(buf, "full %u %u", &threshold_us, &window_us) == 2) threshold_us 1033 kernel/sched/psi.c if (threshold_us == 0 || threshold_us > window_us) threshold_us 1042 kernel/sched/psi.c t->threshold = threshold_us * NSEC_PER_USEC;