Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h56 uint8_t thread_started; member
H A Docs_xport.c99 if (xport->rq_thread_info[i].thread_started) { in ocs_xport_rq_threads_teardown()
103 while (xport->rq_thread_info[i].thread_started) { in ocs_xport_rq_threads_teardown()
165 xport->rq_thread_info[i].thread_started = TRUE; in ocs_xport_rq_threads_create()
H A Docs_unsol.c103 thread_data->thread_started = FALSE; in ocs_unsol_rq_thread()