Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/
HDtaskq.h159 #define TQENT_FLAG_CANCEL 0x2 macro
/freebsd-head/sys/contrib/openzfs/module/os/linux/spl/
HDspl-taskq.c208 ASSERT(!(t->tqent_flags & TQENT_FLAG_CANCEL)); in task_alloc()
315 if (t->tqent_flags & TQENT_FLAG_CANCEL) { in task_expire_impl()
618 t->tqent_flags |= TQENT_FLAG_CANCEL; in taskq_cancel_id()