Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.c360 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()