Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_hwlat.c58 static struct task_struct *hwlat_kthread; variable
357 if (WARN_ON(hwlat_kthread)) in start_kthread()
377 hwlat_kthread = kthread; in start_kthread()
391 if (!hwlat_kthread) in stop_kthread()
393 kthread_stop(hwlat_kthread); in stop_kthread()
394 hwlat_kthread = NULL; in stop_kthread()