Lines Matching defs:outbuf
62 wait_queue_head_t emptyq; /* woken when outbuf is emptied */
67 uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */
746 /* wait for hvsi_write_worker to empty hp->outbuf */
757 * didn't manage to push outbuf. poof.
793 /* hvsi_write_worker will re-schedule until outbuf is empty. */
837 n = hvsi_put_chars(hp, hp->outbuf, hp->n_outbuf);
848 /* hvsi_write_worker will keep rescheduling itself until outbuf is empty */
881 pr_debug("%s: outbuf emptied after %li jiffies\n", __func__,
926 * when the hypervisor buffer (16K) fills, data will stay in hp->outbuf
928 * will see there is no room in outbuf and return.
934 memcpy(hp->outbuf + hp->n_outbuf, source, chunksize);