Searched refs:threshold_us (Results 1 – 1 of 1) sorted by relevance
1342 u32 threshold_us; in psi_trigger_create() local1357 if (sscanf(buf, "some %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create()1359 else if (sscanf(buf, "full %u %u", &threshold_us, &window_us) == 2) in psi_trigger_create()1383 if (threshold_us == 0 || threshold_us > window_us) in psi_trigger_create()1392 t->threshold = threshold_us * NSEC_PER_USEC; in psi_trigger_create()