Home
last modified time | relevance | path

Searched refs:taskq_ent (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dtaskq.h46 typedef struct taskq_ent { struct
58 typedef struct taskq_ent { argument
59 SIMPLEQ_ENTRY(taskq_ent) tqent_list; /* Task queue. */
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h397 typedef struct taskq_ent { struct
398 struct taskq_ent *tqent_next; argument
399 struct taskq_ent *tqent_prev; argument
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dtaskq.c61 SIMPLEQ_HEAD(, taskq_ent) tq_list; /* Queue of tasks waiting. */