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

  /src/sys/net/
if_wg.c 707 struct threadpool *wg_threadpool; member in struct:wg_softc
3668 threadpool_schedule_job(wg->wg_threadpool, &wg->wg_job);
4156 error = threadpool_get(&wg->wg_threadpool, PRI_NONE);
4196 threadpool_cancel_job(wg->wg_threadpool, &wg->wg_job);
4210 threadpool_put(wg->wg_threadpool, PRI_NONE);
4249 threadpool_cancel_job(wg->wg_threadpool, &wg->wg_job);
4261 threadpool_put(wg->wg_threadpool, PRI_NONE);
if_wg.c 707 struct threadpool *wg_threadpool; member in struct:wg_softc
3668 threadpool_schedule_job(wg->wg_threadpool, &wg->wg_job);
4156 error = threadpool_get(&wg->wg_threadpool, PRI_NONE);
4196 threadpool_cancel_job(wg->wg_threadpool, &wg->wg_job);
4210 threadpool_put(wg->wg_threadpool, PRI_NONE);
4249 threadpool_cancel_job(wg->wg_threadpool, &wg->wg_job);
4261 threadpool_put(wg->wg_threadpool, PRI_NONE);

Completed in 102 milliseconds