Lines Matching refs:thread_msg_rsp
179 struct thread_msg_rsp { struct
190 sizeof(struct thread_msg_rsp)); in thread_msg_alloc() argument
196 thread_msg_free(struct thread_msg_rsp *rsp) in thread_msg_free()
201 static struct thread_msg_rsp *
208 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
232 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
305 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
400 struct thread_msg_rsp *rsp) in thread_msg_send()
409 static struct thread_msg_rsp *
413 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
436 static struct thread_msg_rsp *
440 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
478 struct thread_msg_rsp *rsp; in thread_msg_handle()
494 rsp = (struct thread_msg_rsp *) req; in thread_msg_handle()