Home
last modified time | relevance | path

Searched refs:taskq_ent (Results 1 – 5 of 5) 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; argument
44 struct taskq_ent *tqent_prev; argument
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h47 typedef struct taskq_ent { struct
48 struct taskq_ent *tqent_next; argument
49 struct taskq_ent *tqent_prev; argument
/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) in taskq_ent() function
290 taskq_ent_t taskq_ent; in taskq_ent() local
296 if (mdb_vread(&taskq_ent, sizeof (taskq_ent_t), addr) == -1) { in taskq_ent()
306 mdb_printf("%-?p %-?p %a\n", addr, taskq_ent.tqent_arg, in taskq_ent()
307 taskq_ent.tqent_func); in taskq_ent()
H A Dtaskq.h36 extern int taskq_ent(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dgenunix.c4448 { "taskq_entry", ":", "display a taskq_ent_t", taskq_ent },