Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_hwlat.c358 static int kthread_fn(void *data) in kthread_fn() function
430 kthread = kthread_create(kthread_fn, NULL, "hwlatd"); in start_single_kthread()
497 kthread = kthread_run_on_cpu(kthread_fn, NULL, cpu, "hwlatd/%u"); in start_cpu_kthread()