Home
last modified time | relevance | path

Searched defs:taskq (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h77 typedef struct taskq { struct
78 spinlock_t tq_lock; /* protects taskq_t */ argument
79 char *tq_name; /* taskq name */ argument
90 int tq_minalloc; /* min taskq_ent_t pool size */ argument
91 int tq_maxalloc; /* max taskq_ent_t pool size */ argument
92 int tq_nalloc; /* cur taskq_ent_t pool size */ argument
94 taskqid_t tq_next_id; /* next pend/work id */ argument
95 taskqid_t tq_lowest_id; /* lowest pend/work id */ argument
96 struct list_head tq_free_list; /* free taskq_ent_t's */ argument
100 struct list_head tq_taskqs; /* all taskq_t's */ argument
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h43 typedef struct taskq { struct
44 struct taskqueue *tq_queue; argument
H A Dvnode_impl.h249 #define VN_RELE_ASYNC(vp, taskq) { \ argument
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c274 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c561 taskq_t *taskq = new_pd->pd_sched_info.ks_taskq; in kcf_resubmit_request() local
609 taskq_t *taskq = pd->pd_sched_info.ks_taskq; in kcf_submit_request() local
1684 taskq_t *taskq = pd->pd_sched_info.ks_taskq; in kcf_next_req() local