Home
last modified time | relevance | path

Searched defs:workqueue (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dctfmerge.h53 typedef struct workqueue { struct
54 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
/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h83 typedef struct workqueue { struct
84 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 */