Lines Matching refs:thread_with_stdio
106 static void thread_with_stdio_done(struct thread_with_stdio *thr) in thread_with_stdio_done()
117 struct thread_with_stdio *thr = in thread_with_stdio_read()
118 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_read()
156 struct thread_with_stdio *thr = in thread_with_stdio_release()
157 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_release()
170 struct thread_with_stdio *thr = in thread_with_stdio_write()
171 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_write()
226 struct thread_with_stdio *thr = in thread_with_stdio_poll()
227 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_poll()
245 struct thread_with_stdio *thr = in thread_with_stdout_poll()
246 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdout_poll()
261 struct thread_with_stdio *thr = in thread_with_stdio_flush()
262 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_flush()
269 struct thread_with_stdio *thr = in thread_with_stdio_ioctl()
270 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_ioctl()
296 struct thread_with_stdio *thr = arg; in thread_with_stdio_fn()
304 void bch2_thread_with_stdio_init(struct thread_with_stdio *thr, in bch2_thread_with_stdio_init()
312 int __bch2_run_thread_with_stdio(struct thread_with_stdio *thr) in __bch2_run_thread_with_stdio()
317 int bch2_run_thread_with_stdio(struct thread_with_stdio *thr, in bch2_run_thread_with_stdio()
325 int bch2_run_thread_with_stdout(struct thread_with_stdio *thr, in bch2_run_thread_with_stdout()