Home
last modified time | relevance | path

Searched refs:data_pipe (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/virtio/virtio-trace/
A Dtrace-agent-rw.c44 int data_pipe[2]; in rw_thread_init() local
67 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
81 rw_ti->read_pipe = data_pipe[1]; in rw_thread_init()
82 rw_ti->write_pipe = data_pipe[0]; in rw_thread_init()
/linux-6.3-rc2/drivers/usb/image/
A Dmicrotek.h23 int data_pipe; member
A Dmicrotek.c476 context->data_pipe, in mts_command_done()
482 context->data_pipe, in mts_command_done()
508 context->data_pipe, in mts_do_sg()
565 desc->context.data_pipe = pipe; in mts_build_transfer_context()

Completed in 6 milliseconds