HomeSort by: relevance | last modified time | path
    Searched defs:tprof_wq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tprof/
tprof.c 111 static struct workqueue *tprof_wq; variable in typeref:struct:workqueue *
261 workqueue_enqueue(tprof_wq, &c->c_work, ci);
283 workqueue_destroy(tprof_wq);
369 error = workqueue_create(&tprof_wq, "tprofmv", tprof_worker,
406 workqueue_enqueue(tprof_wq, &c->c_work, ci);
tprof.c 111 static struct workqueue *tprof_wq; variable in typeref:struct:workqueue *
261 workqueue_enqueue(tprof_wq, &c->c_work, ci);
283 workqueue_destroy(tprof_wq);
369 error = workqueue_create(&tprof_wq, "tprofmv", tprof_worker,
406 workqueue_enqueue(tprof_wq, &c->c_work, ci);

Completed in 23 milliseconds