Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_hwlat.c58 static struct task_struct *hwlat_kthread; variable
355 if (WARN_ON(hwlat_kthread)) in start_kthread()
375 hwlat_kthread = kthread; in start_kthread()
389 if (!hwlat_kthread) in stop_kthread()
391 kthread_stop(hwlat_kthread); in stop_kthread()
392 hwlat_kthread = NULL; in stop_kthread()