Searched defs:taskq (Results 1 – 10 of 10) sorted by relevance
55 typedef struct taskq { struct70 taskq_ent_t *tq_freelist; argument71 taskq_ent_t tq_task; argument
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
238 #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
132 struct taskqueue *taskq; member