Searched refs:write_chan (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan.h | 33 extern int write_chan(struct chan *chan, const char *buf, int len,
|
H A D | line.c | 122 * Flushes the ring buffer to the output channels. That is, write_chan is 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()
|
H A D | chan_kern.c | 250 int write_chan(struct chan *chan, const char *buf, int len, in write_chan() function
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | chan.h | 33 extern int write_chan(struct chan *chan, const char *buf, int len,
|
H A D | line.c | 122 * Flushes the ring buffer to the output channels. That is, write_chan is 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()
|
H A D | chan_kern.c | 250 int write_chan(struct chan *chan, const char *buf, int len, in write_chan() function
|
Completed in 5 milliseconds