Lines Matching refs:q_mtx
169 struct mtx q_mtx; member
1885 mtx_init(&queue->q_mtx, name, NULL, MTX_DEF); in wg_queue_init()
1894 mtx_destroy(&queue->q_mtx); in wg_queue_deinit()
1907 mtx_lock(&hs->q_mtx); in wg_queue_enqueue_handshake()
1914 mtx_unlock(&hs->q_mtx); in wg_queue_enqueue_handshake()
1924 mtx_lock(&hs->q_mtx); in wg_queue_dequeue_handshake()
1929 mtx_unlock(&hs->q_mtx); in wg_queue_dequeue_handshake()
1938 mtx_lock(&staged->q_mtx); in wg_queue_push_staged()
1946 mtx_unlock(&staged->q_mtx); in wg_queue_push_staged()
1964 mtx_lock(&staged->q_mtx); in wg_queue_delist_staged()
1967 mtx_unlock(&staged->q_mtx); in wg_queue_delist_staged()
1985 mtx_lock(&serial->q_mtx); in wg_queue_both()
1990 mtx_unlock(&serial->q_mtx); in wg_queue_both()
1994 mtx_unlock(&serial->q_mtx); in wg_queue_both()
1996 mtx_lock(¶llel->q_mtx); in wg_queue_both()
2001 mtx_unlock(¶llel->q_mtx); in wg_queue_both()
2005 mtx_unlock(¶llel->q_mtx); in wg_queue_both()
2014 mtx_lock(&serial->q_mtx); in wg_queue_dequeue_serial()
2020 mtx_unlock(&serial->q_mtx); in wg_queue_dequeue_serial()
2028 mtx_lock(¶llel->q_mtx); in wg_queue_dequeue_parallel()
2034 mtx_unlock(¶llel->q_mtx); in wg_queue_dequeue_parallel()