Home
last modified time | relevance | path

Searched refs:tqent_func (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dtaskq_impl.h45 task_func_t *tqent_func; member
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c754 tqe->tqent_func = (func); \
1080 if ((tqe->tqent_func == func) && (tqe->tqent_arg == arg)) in taskq_ent_exists()
1121 tqe->tqent_func = func; in taskq_bucket_dispatch()
1653 tqe->tqent_func(tqe->tqent_arg); in taskq_thread()
1720 if (tqe->tqent_func != NULL) { in taskq_d_thread()
1741 tqe->tqent_func(tqe->tqent_arg); in taskq_d_thread()
1751 tqe->tqent_func = NULL; in taskq_d_thread()
1789 ASSERT((tqe->tqent_func != NULL) || in taskq_d_thread()
1792 ASSERT((tqe->tqent_func == NULL) || in taskq_d_thread()
1801 if ((tqe->tqent_func == NULL) && in taskq_d_thread()
[all …]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c176 t->tqent_func = func; in taskq_dispatch()
210 t->tqent_func = func; in taskq_dispatch_ent()
267 t->tqent_func(t->tqent_arg); in taskq_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h50 task_func_t *tqent_func; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c307 taskq_ent.tqent_func); in taskq_ent()