Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_console.c466 hp->n_outbuf = 0; in hvc_hangup()
488 hp->n_outbuf = 0; in hvc_push()
490 hp->n_outbuf -= n; in hvc_push()
491 if (hp->n_outbuf > 0) in hvc_push()
526 hp->n_outbuf += rsize; in hvc_write()
530 if (hp->n_outbuf > 0) in hvc_write()
539 if (hp->n_outbuf > 0) in hvc_write()
548 if (hp->n_outbuf) in hvc_write()
605 return hp->n_outbuf; in hvc_chars_in_buffer()
644 if (hp->n_outbuf > 0) in __hvc_poll()
[all …]
A Dhvsi.c72 int n_outbuf; member
759 hp->n_outbuf = 0; in hvsi_flush_output()
825 hp->n_outbuf = 0; in hvsi_hangup()
834 if (hp->n_outbuf <= 0) in hvsi_push()
841 hp->n_outbuf = 0; in hvsi_push()
877 if (hp->n_outbuf > 0) in hvsi_write_worker()
897 return N_OUTBUF - hp->n_outbuf; in hvsi_write_room()
904 return hp->n_outbuf; in hvsi_chars_in_buffer()
934 BUG_ON(hp->n_outbuf < 0); in hvsi_write()
936 hp->n_outbuf += chunksize; in hvsi_write()
[all …]
A Dhvc_console.h42 int n_outbuf; member

Completed in 8 milliseconds