Lines Matching refs:thread_msg_rsp
209 struct thread_msg_rsp { struct
220 sizeof(struct thread_msg_rsp)); in thread_msg_alloc() argument
226 thread_msg_free(struct thread_msg_rsp *rsp) in thread_msg_free()
231 static struct thread_msg_rsp *
238 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
261 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
350 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
445 struct thread_msg_rsp *rsp) in thread_msg_send()
454 static struct thread_msg_rsp *
458 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
490 static struct thread_msg_rsp *
494 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
532 struct thread_msg_rsp *rsp; in thread_msg_handle()
548 rsp = (struct thread_msg_rsp *) req; in thread_msg_handle()