Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_os.h973 typedef struct ocs_thread_s ocs_thread_t; typedef
975 typedef int32_t (*ocs_thread_fctn)(ocs_thread_t *mythread);
998 extern int32_t ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn,
1000 extern int32_t ocs_thread_start(ocs_thread_t *thread);
1001 extern void *ocs_thread_get_arg(ocs_thread_t *mythread);
1002 extern int32_t ocs_thread_terminate(ocs_thread_t *thread);
1003 extern int32_t ocs_thread_terminate_requested(ocs_thread_t *thread);
1004 extern int32_t ocs_thread_get_retval(ocs_thread_t *thread);
1005 extern void ocs_thread_yield(ocs_thread_t *thread);
1006 extern ocs_thread_t *ocs_thread_self(void);
[all …]
H A Docs_os.c603 ocs_thread_t *thread = arg; in ocs_thread_call_fctn()
627 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name,… in ocs_thread_create()
658 int32_t ocs_thread_start(ocs_thread_t *thread) in ocs_thread_start()
676 void *ocs_thread_get_arg(ocs_thread_t *mythread) in ocs_thread_get_arg()
693 ocs_thread_terminate(ocs_thread_t *thread) in ocs_thread_terminate()
708 int32_t ocs_thread_terminate_requested(ocs_thread_t *thread) in ocs_thread_terminate_requested()
724 ocs_thread_get_retval(ocs_thread_t *thread) in ocs_thread_get_retval()
740 ocs_thread_yield(ocs_thread_t *thread) { in ocs_thread_yield()
744 ocs_thread_t *
752 ocs_thread_setcpu(ocs_thread_t *thread, uint32_t cpu) in ocs_thread_setcpu()
H A Docs_unsol.h40 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
H A Docs_xport.h57 ocs_thread_t thread;
H A Docs_hw.h815 ocs_thread_t iopt_thread;
1462 …({ocs_thread_t *self = ocs_thread_self(); self != NULL ? self->name : "unknown";}), ocs_thread_get…
H A Docs_unsol.c77 ocs_unsol_rq_thread(ocs_thread_t *mythread) in ocs_unsol_rq_thread()