Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_xport.h58 uint8_t thread_started; member
H A Docs_xport.c101 if (xport->rq_thread_info[i].thread_started) { in ocs_xport_rq_threads_teardown()
105 while (xport->rq_thread_info[i].thread_started) { in ocs_xport_rq_threads_teardown()
167 xport->rq_thread_info[i].thread_started = TRUE; in ocs_xport_rq_threads_create()
H A Docs_unsol.c106 thread_data->thread_started = FALSE; in ocs_unsol_rq_thread()