Searched refs:perf_wq (Results 1 – 1 of 1) sorted by relevance
52 static struct workqueue_struct *perf_wq; variable1524 if (!ctx->task || ctx->orphans_remove_sched || !perf_wq) in schedule_orphans_remove()1527 if (queue_delayed_work(perf_wq, &ctx->orphans_remove, 1)) { in schedule_orphans_remove()1535 perf_wq = create_singlethread_workqueue("perf"); in perf_workqueue_init()1536 WARN(!perf_wq, "failed to create perf workqueue\n"); in perf_workqueue_init()1537 return perf_wq ? 0 : -1; in perf_workqueue_init()