Searched refs:ocs_thread_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_unsol.h42 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
H A Docs_os.h977 typedef struct ocs_thread_s ocs_thread_t; typedef in typeref:struct:ocs_thread_s
979 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);
1003 extern int32_t ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn,
1005 extern int32_t ocs_thread_start(ocs_thread_t *thread);
1006 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
1007 extern int32_t ocs_thread_terminate(ocs_thread_t *thread);
1008 extern int32_t ocs_thread_terminate_requested(ocs_thread_t *thread);
1009 extern int32_t ocs_thread_get_retval(ocs_thread_t *thread);
1010 extern void ocs_thread_yield(ocs_thread_t *thread);
1011 extern ocs_thread_t *ocs_thread_sel
[all...]
H A Docs_os.c605 ocs_thread_t *thread = arg;
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)
660 int32_t ocs_thread_start(ocs_thread_t *thread)
676 void *ocs_thread_get_arg(ocs_thread_t *mythread)
693 ocs_thread_terminate(ocs_thread_t *thread)
708 int32_t ocs_thread_terminate_requested(ocs_thread_t *thread)
724 ocs_thread_get_retval(ocs_thread_t *thread)
740 ocs_thread_yield(ocs_thread_t *thread) {
744 ocs_thread_t *
752 ocs_thread_setcpu(ocs_thread_t *threa
[all...]
H A Docs_xport.h59 ocs_thread_t thread;
H A Docs_hw.h820 ocs_thread_t iopt_thread;
1474 ({ocs_thread_t *self = ocs_thread_self(); self != NULL ? self->name : "unknown";}), ocs_thread_getcpu());
H A Docs_unsol.c80 ocs_unsol_rq_thread(ocs_thread_t *mythread)

Completed in 117 milliseconds