Searched defs:taskq (Results 1 – 5 of 5) sorted by relevance
77 typedef struct taskq { struct78 spinlock_t tq_lock; /* protects taskq_t */ argument79 char *tq_name; /* taskq name */ argument90 int tq_minalloc; /* min taskq_ent_t pool size */ argument91 int tq_maxalloc; /* max taskq_ent_t pool size */ argument92 int tq_nalloc; /* cur taskq_ent_t pool size */ argument94 taskqid_t tq_next_id; /* next pend/work id */ argument95 taskqid_t tq_lowest_id; /* lowest pend/work id */ argument96 struct list_head tq_free_list; /* free taskq_ent_t's */ argument100 struct list_head tq_taskqs; /* all taskq_t's */ argument[all …]
43 typedef struct taskq { struct44 struct taskqueue *tq_queue; argument
249 #define VN_RELE_ASYNC(vp, taskq) { \ argument
274 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async()
561 taskq_t *taskq = new_pd->pd_sched_info.ks_taskq; in kcf_resubmit_request() local609 taskq_t *taskq = pd->pd_sched_info.ks_taskq; in kcf_submit_request() local1684 taskq_t *taskq = pd->pd_sched_info.ks_taskq; in kcf_next_req() local