Searched refs:sdeb_tur_ms_to_ready (Results 1 – 1 of 1) sorted by relevance
770 static int sdeb_tur_ms_to_ready = DEF_TUR_MS_TO_READY; variable1821 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_start_stop()5159 atomic_set(&devip->stopped, (sdeb_tur_ms_to_ready > 0 ? 2 : 0)); in sdebug_device_create()5871 module_param_named(tur_ms_to_ready, sdeb_tur_ms_to_ready, int, S_IRUGO);6841 return scnprintf(buf, PAGE_SIZE, "%d\n", sdeb_tur_ms_to_ready); in tur_ms_to_ready_show()7460 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_not_ready()7471 u64 tur_nanosecs_to_ready = (u64)sdeb_tur_ms_to_ready * 1000000; in resp_not_ready()