Searched refs:tqent_func (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h44 task_func_t *tqent_func; member in struct:taskq_ent
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dtaskq.c730 tqe->tqent_func = (func); \
1056 if ((tqe->tqent_func == func) && (tqe->tqent_arg == arg))
1097 tqe->tqent_func = func;
1553 tqe->tqent_func(tqe->tqent_arg);
1619 if (tqe->tqent_func != NULL) {
1640 tqe->tqent_func(tqe->tqent_arg);
1650 tqe->tqent_func = NULL;
1680 * (1) tqent_func is set which means that a new task is
1688 ASSERT((tqe->tqent_func != NULL) ||
1691 ASSERT((tqe->tqent_func
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c307 taskq_ent.tqent_func);

Completed in 132 milliseconds