Searched refs:usu_probe_thread (Results 1 – 1 of 1) sorted by relevance
38 static int usu_probe_thread(void *arg);114 task = kthread_run(usu_probe_thread, (void*)type, "libusual_%ld", type); in usu_probe()151 static int usu_probe_thread(void *arg) in usu_probe_thread() function