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

/opensolaris-onvv-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h117 taskq_t *recv_taskq; member in struct:recv_info
163 #define recv_taskq recv_buffer.recv_taskq macro
/opensolaris-onvv-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c489 taskq_wait(path->recv_taskq);
907 path->recv_taskq = taskq_create_instance(tq_name, adapter_instance,
1137 taskq_wait(path->recv_taskq);
1669 taskq_wait(path->recv_taskq);
2185 taskq_destroy(path->recv_taskq);
H A Drsm.c229 * dispatched on the worker thread - recv_taskq where it is processed.
3817 taskq_wait(path->recv_taskq);
3852 * We can use the recv_taskq to send because the remote endpoint
3854 * at this point there are no tasks on recv_taskq.
3858 (void) taskq_dispatch(path->recv_taskq,
4882 * this is the routine that gets called by recv_taskq which is the
5041 (void) taskq_dispatch(path->recv_taskq,

Completed in 65 milliseconds