Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c315 task->tqent_func(task->tqent_arg); in taskq_run()
340 task->tqent_func = func; in taskq_dispatch_delay()
375 task->tqent_func = func; in taskq_dispatch()
390 task->tqent_func(task->tqent_arg); in taskq_run_ent()
407 task->tqent_func = func; in taskq_dispatch_ent()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c128 t->tqent_func = func; in taskq_dispatch()
154 t->tqent_func = NULL; in taskq_init_ent()
184 t->tqent_func = func; in taskq_dispatch_ent()
237 t->tqent_func(t->tqent_arg); in taskq_thread()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h53 task_func_t *tqent_func; member
/f-stack/freebsd/contrib/openzfs/contrib/bpftrace/
H A Dtaskqlatency.bt36 @exec_lat_us[@tq_name[tid], ksym($tqent->tqent_func)] =
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h115 task_func_t *tqent_func; member
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c203 t->tqent_func = NULL; in task_done()
608 t->tqent_func = func; in taskq_dispatch()
659 t->tqent_func = func; in taskq_dispatch_delay()
725 t->tqent_func = func; in taskq_dispatch_ent()
759 t->tqent_func = NULL; in taskq_init_ent()
950 t->tqent_func(t->tqent_arg); in taskq_thread()
H A Dspl-proc.c315 tqt->tqt_task->tqent_func, in taskq_seq_show_impl()
359 tqe->tqent_func, in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h458 task_func_t *tqent_func;