Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_taskqueue.c97 #define TQ_ASSERT_LOCKED(tq) mtx_assert(&(tq)->tq_mutex, MA_OWNED) macro
457 TQ_ASSERT_LOCKED(queue); in taskqueue_run_locked()
504 TQ_ASSERT_LOCKED(queue); in task_is_running()
H A Dsubr_gtaskqueue.c97 #define TQ_ASSERT_LOCKED(tq) mtx_assert(&(tq)->tq_mutex, MA_OWNED) macro
351 TQ_ASSERT_LOCKED(queue); in gtaskqueue_run_locked()
386 TQ_ASSERT_LOCKED(queue); in task_is_running()