Searched defs:taskq (Results 1 – 9 of 9) sorted by relevance
109 typedef struct taskq { struct110 spinlock_t tq_lock; /* protects taskq_t */ argument111 char *tq_name; /* taskq name */ argument122 int tq_minalloc; /* min taskq_ent_t pool size */ argument123 int tq_maxalloc; /* max taskq_ent_t pool size */ argument124 int tq_nalloc; /* cur taskq_ent_t pool size */ argument126 taskqid_t tq_next_id; /* next pend/work id */ argument127 taskqid_t tq_lowest_id; /* lowest pend/work id */ argument128 struct list_head tq_free_list; /* free taskq_ent_t's */ argument129 struct list_head tq_pend_list; /* pending taskq_ent_t's */ argument[all …]
43 typedef struct taskq { struct44 struct taskqueue *tq_queue; argument46 } taskq_t; argument
236 #define VN_RELE_ASYNC(vp, taskq) { \ argument
40 struct taskq { struct41 struct taskqueue *tq_queue; argument
270 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async()
59 } taskq[2]; member
169 struct taskqueue *taskq; member
519 struct taskqueue *taskq; member910 struct taskqueue *taskq; in hv_pci_eject_device() local
134 struct taskqueue *taskq; member [all...]