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