Home
last modified time | relevance | path

Searched refs:kthread_fn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_hwlat.c351 * kthread_fn - The CPU time sampling/hardware latency detection kernel thread
360 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()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_hwlat.c321 * kthread_fn - The CPU time sampling/hardware latency detection kernel thread
330 static int kthread_fn(void *data) in kthread_fn() function
380 kthread = kthread_create(kthread_fn, NULL, "hwlatd"); in start_kthread()

Completed in 3 milliseconds