Home
last modified time | relevance | path

Searched refs:tq_lock_class (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c151 tq->tq_lock_class); in task_alloc()
546 tq->tq_lock_class); in taskq_cancel_id()
687 tq->tq_lock_class); in taskq_dispatch_ent()
797 tq->tq_lock_class); in taskq_thread_spawn_task()
915 tq->tq_lock_class); in taskq_thread()
955 tq->tq_lock_class); in taskq_thread()
1096 tq->tq_lock_class = TQ_LOCK_GENERAL; in taskq_create()
1101 tq->tq_lock_class); in taskq_create()
1182 tq->tq_lock_class); in taskq_destroy()
1200 tq->tq_lock_class); in taskq_destroy()
[all …]
H A Dspl-proc.c262 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h103 tq_lock_role_t tq_lock_class; /* class when taking tq_lock */ member