Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dtaskq_impl.h45 task_func_t *tqent_func; member
/titanic_44/usr/src/lib/libzpool/common/
H A Dtaskq.c141 t->tqent_func = func; in taskq_dispatch()
175 t->tqent_func = func; in taskq_dispatch_ent()
214 t->tqent_func(t->tqent_arg); in taskq_thread()
/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c745 tqe->tqent_func = (func); \
1071 if ((tqe->tqent_func == func) && (tqe->tqent_arg == arg)) in taskq_ent_exists()
1112 tqe->tqent_func = func; in taskq_bucket_dispatch()
1620 tqe->tqent_func(tqe->tqent_arg); in taskq_thread()
1687 if (tqe->tqent_func != NULL) { in taskq_d_thread()
1708 tqe->tqent_func(tqe->tqent_arg); in taskq_d_thread()
1718 tqe->tqent_func = NULL; in taskq_d_thread()
1756 ASSERT((tqe->tqent_func != NULL) || in taskq_d_thread()
1759 ASSERT((tqe->tqent_func == NULL) || in taskq_d_thread()
1768 if ((tqe->tqent_func == NULL) && in taskq_d_thread()
[all …]
/titanic_44/usr/src/lib/libfakekernel/common/
H A Dtaskq.c171 t->tqent_func = func; in taskq_dispatch()
205 t->tqent_func = func; in taskq_dispatch_ent()
244 t->tqent_func(t->tqent_arg); in taskq_thread()
/titanic_44/usr/src/uts/common/sys/
H A Dtaskq_impl.h47 task_func_t *tqent_func; member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c307 taskq_ent.tqent_func); in taskq_ent()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h358 task_func_t *tqent_func; member