Searched defs:taskq (Results 1 – 9 of 9) sorted by relevance
110 typedef struct taskq { struct111 spinlock_t tq_lock; /* protects taskq_t */ argument112 char *tq_name; /* taskq name */ argument123 int tq_minalloc; /* min taskq_ent_t pool size */ argument124 int tq_maxalloc; /* max taskq_ent_t pool size */ argument125 int tq_nalloc; /* cur taskq_ent_t pool size */ argument127 taskqid_t tq_next_id; /* next pend/work id */ argument128 taskqid_t tq_lowest_id; /* lowest pend/work id */ argument129 struct list_head tq_free_list; /* free taskq_ent_t's */ argument130 struct list_head tq_pend_list; /* pending taskq_ent_t's */ argument[all …]
44 typedef struct taskq { struct45 struct taskqueue *tq_queue; argument47 } taskq_t; argument
237 #define VN_RELE_ASYNC(vp, taskq) { \ argument
40 struct taskq { struct41 struct taskqueue *tq_queue; argument
277 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...]