Searched refs:kthread_fn (Results 1 – 1 of 1) sorted by relevance
360 static int kthread_fn(void *data) in kthread_fn() function432 kthread = kthread_create(kthread_fn, NULL, "hwlatd"); in start_single_kthread()498 kthread = kthread_create_on_cpu(kthread_fn, NULL, cpu, comm); in start_cpu_kthread()
Completed in 5 milliseconds