Searched refs:write_chan (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/um/drivers/ |
A D | chan.h | 33 extern int write_chan(struct chan *chan, const char *buf, int len,
|
A D | line.c | 141 n = write_chan(line->chan_out, line->head, count, in flush_buffer() 158 n = write_chan(line->chan_out, line->head, count, in flush_buffer() 197 n = write_chan(line->chan_out, buf, len, in line_write()
|
A D | chan_kern.c | 250 int write_chan(struct chan *chan, const char *buf, int len, in write_chan() function
|
Completed in 6 milliseconds