Searched defs:stdio_redirect (Results 1 – 1 of 1) sorted by relevance
5 struct stdio_redirect { struct6 spinlock_t output_lock;7 wait_queue_head_t output_wait;8 struct printbuf output_buf;10 spinlock_t input_lock;11 wait_queue_head_t input_wait;12 struct printbuf input_buf;13 bool done;