Searched refs:sdeb_tur_ms_to_ready (Results 1 – 1 of 1) sorted by relevance
932 static int sdeb_tur_ms_to_ready = DEF_TUR_MS_TO_READY; variable2299 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_start_stop()6579 atomic_set(&devip->stopped, (sdeb_tur_ms_to_ready > 0 ? 2 : 0)); in sdebug_device_create()7394 module_param_named(tur_ms_to_ready, sdeb_tur_ms_to_ready, int, S_IRUGO);8402 return scnprintf(buf, PAGE_SIZE, "%d\n", sdeb_tur_ms_to_ready); in tur_ms_to_ready_show()9028 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_not_ready()9039 u64 tur_nanosecs_to_ready = (u64)sdeb_tur_ms_to_ready * 1000000; in resp_not_ready()