Searched refs:kthread_fn (Results 1 – 1 of 1) sorted by relevance
346 * kthread_fn - The CPU time sampling/hardware latency detection kernel thread355 static int kthread_fn(void *data) in kthread_fn() function 427 kthread = kthread_create(kthread_fn, NULL, "hwlatd"); in start_single_kthread() 494 kthread = kthread_run_on_cpu(kthread_fn, NULL, cpu, "hwlatd/%u"); in start_cpu_kthread()