Searched refs:ocs_thread_create (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_os.c592 * This is the common function called whenever a thread instantiated by ocs_thread_create() is started.
629 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name, void *arg, ocs_thread_start_e start) function
H A Docs_os.h1000 extern int32_t ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn,
H A Docs_xport.c160 rc = ocs_thread_create(ocs, &xport->rq_thread_info[i].thread, ocs_unsol_rq_thread,
164 ocs_log_err(ocs, "ocs_thread_create failed: %d\n", rc);

Completed in 165 milliseconds