/src/sys/kern/ |
subr_workqueue.c | 60 void (*wq_func)(struct work *, void *); member in struct:workqueue 151 wq, wk, wq->wq_func, wq->wq_arg); 152 (*wq->wq_func)((void *)wk, wq->wq_arg); 154 wq, wk, wq->wq_func, wq->wq_arg); 157 l, l->l_nopreempt, wq->wq_func); 217 wq->wq_func = callback_func; 280 KASSERT(wq->wq_func == workqueue_exit); 442 wq->wq_func = workqueue_exit;
|
subr_workqueue.c | 60 void (*wq_func)(struct work *, void *); member in struct:workqueue 151 wq, wk, wq->wq_func, wq->wq_arg); 152 (*wq->wq_func)((void *)wk, wq->wq_arg); 154 wq, wk, wq->wq_func, wq->wq_arg); 157 l, l->l_nopreempt, wq->wq_func); 217 wq->wq_func = callback_func; 280 KASSERT(wq->wq_func == workqueue_exit); 442 wq->wq_func = workqueue_exit;
|
subr_workqueue.c | 60 void (*wq_func)(struct work *, void *); member in struct:workqueue 151 wq, wk, wq->wq_func, wq->wq_arg); 152 (*wq->wq_func)((void *)wk, wq->wq_arg); 154 wq, wk, wq->wq_func, wq->wq_arg); 157 l, l->l_nopreempt, wq->wq_func); 217 wq->wq_func = callback_func; 280 KASSERT(wq->wq_func == workqueue_exit); 442 wq->wq_func = workqueue_exit;
|