Searched defs:workqueue (Results 1 – 2 of 2) sorted by relevance
53 typedef struct workqueue { struct54 int wq_next_batchid;56 int wq_maxbatchsz;58 wip_t *wq_wip;59 int wq_nwipslots;60 int wq_nthreads;84 } workqueue_t; argument
83 typedef struct workqueue { struct84 work_token_t *head; /* start of work queue */85 work_token_t *tail; /* end of work queue */86 kmutex_t work_mutex; /* protects queue add/delete */87 kcondvar_t work_cv; /* synchronize deferred thread */