Searched defs:taskq_ent (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dtaskq_impl.h42 typedef struct taskq_ent { struct
43 struct taskq_ent *tqent_next;
44 struct taskq_ent *tqent_prev;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c288 taskq_ent(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
290 taskq_ent_t taskq_ent; local
296 if (mdb_vread(&taskq_ent, sizeof (taskq_ent_t), addr) == -1) {
306 mdb_printf("%-?p %-?p %a\n", addr, taskq_ent.tqent_arg,
307 taskq_ent.tqent_func);
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h44 typedef struct taskq_ent { struct
45 struct taskq_ent *tqent_next;
46 struct taskq_ent *tqent_prev;
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h358 typedef struct taskq_ent { struct
359 struct taskq_ent *tqent_next;
360 struct taskq_ent *tqent_prev;

Completed in 68 milliseconds