Searched refs:sdeb_tur_ms_to_ready (Results 1 – 1 of 1) sorted by relevance
853 static int sdeb_tur_ms_to_ready = DEF_TUR_MS_TO_READY; variable2181 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_start_stop()5839 atomic_set(&devip->stopped, (sdeb_tur_ms_to_ready > 0 ? 2 : 0)); in sdebug_device_create()6624 module_param_named(tur_ms_to_ready, sdeb_tur_ms_to_ready, int, S_IRUGO);7632 return scnprintf(buf, PAGE_SIZE, "%d\n", sdeb_tur_ms_to_ready); in tur_ms_to_ready_show()8269 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_not_ready()8280 u64 tur_nanosecs_to_ready = (u64)sdeb_tur_ms_to_ready * 1000000; in resp_not_ready()