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