Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c45 static struct workqueue_struct *hws_wq; variable
192 if (hws_wq) in hws_ext_handler()
193 queue_work(hws_wq, &cb->worker); in hws_ext_handler()
569 queue_work_on(cpu, hws_wq, &cb->worker); in hwsampler_deactivate()
575 if (hws_wq) in hwsampler_deactivate()
576 flush_workqueue(hws_wq); in hwsampler_deactivate()
743 queue_work_on(i, hws_wq, in worker_on_finish()
1000 hws_wq = create_workqueue("hwsampler"); in hwsampler_setup()
1001 if (!hws_wq) in hwsampler_setup()
1052 if (hws_wq) in hwsampler_shutdown()
[all …]