Lines Matching refs:hws_wq
45 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()
1053 flush_workqueue(hws_wq); in hwsampler_shutdown()
1062 if (hws_wq) { in hwsampler_shutdown()
1063 destroy_workqueue(hws_wq); in hwsampler_shutdown()
1064 hws_wq = NULL; in hwsampler_shutdown()
1166 if (hws_wq) in hwsampler_stop_all()
1167 flush_workqueue(hws_wq); in hwsampler_stop_all()