Lines Matching refs:thread_msg_rsp
211 struct thread_msg_rsp { struct
222 sizeof(struct thread_msg_rsp)); in thread_msg_alloc() argument
228 thread_msg_free(struct thread_msg_rsp *rsp) in thread_msg_free()
233 static struct thread_msg_rsp *
240 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
263 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
352 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
447 struct thread_msg_rsp *rsp) in thread_msg_send()
456 static struct thread_msg_rsp *
460 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
492 static struct thread_msg_rsp *
496 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
534 struct thread_msg_rsp *rsp; in thread_msg_handle()
550 rsp = (struct thread_msg_rsp *) req; in thread_msg_handle()