Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h109 typedef struct taskq { struct
110 spinlock_t tq_lock; /* protects taskq_t */ argument
111 char *tq_name; /* taskq name */ argument
122 int tq_minalloc; /* min taskq_ent_t pool size */ argument
123 int tq_maxalloc; /* max taskq_ent_t pool size */ argument
124 int tq_nalloc; /* cur taskq_ent_t pool size */ argument
126 taskqid_t tq_next_id; /* next pend/work id */ argument
127 taskqid_t tq_lowest_id; /* lowest pend/work id */ argument
128 struct list_head tq_free_list; /* free taskq_ent_t's */ argument
129 struct list_head tq_pend_list; /* pending taskq_ent_t's */ argument
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h43 typedef struct taskq { struct
44 struct taskqueue *tq_queue; argument
46 } taskq_t; argument
H A Dvnode_impl.h236 #define VN_RELE_ASYNC(vp, taskq) { \ argument
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h40 struct taskq { struct
41 struct taskqueue *tq_queue; argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c270 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.h59 } taskq[2]; member
/freebsd/sys/dev/neta/
H A Dif_mvnetavar.h169 struct taskqueue *taskq; member
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c519 struct taskqueue *taskq; member
910 struct taskqueue *taskq; in hv_pci_eject_device() local
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c134 struct taskqueue *taskq; member
[all...]