Home
last modified time | relevance | path

Searched refs:taskq_run_ent (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c151 taskq_run_ent(void *arg, int pending __unused) in taskq_run_ent() function
173 TASK_INIT(&task->tqent_task, prio, taskq_run_ent, task); in taskq_dispatch_ent()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c462 taskq_run_ent(void *arg, int pending) in taskq_run_ent() function
488 TASK_INIT(&task->tqent_task, 0, taskq_run_ent, task); in taskq_init_ent()