Lines Matching refs:thread_msg_rsp
186 struct thread_msg_rsp { struct
197 sizeof(struct thread_msg_rsp)); in thread_msg_alloc() argument
203 thread_msg_free(struct thread_msg_rsp *rsp) in thread_msg_free()
208 static struct thread_msg_rsp *
215 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
239 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
312 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
407 struct thread_msg_rsp *rsp) in thread_msg_send()
416 static struct thread_msg_rsp *
420 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
443 static struct thread_msg_rsp *
447 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
485 struct thread_msg_rsp *rsp; in thread_msg_handle()
501 rsp = (struct thread_msg_rsp *) req; in thread_msg_handle()