Searched refs:has_more_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 204 * @has_more_data: Pointer to an int variable. 209 * message is kept on the input queue and @has_more_data is set to 1. 220 char *buf, int count, int *has_more_data) in hvc_iucv_write() 274 *has_more_data = 1; in hvc_iucv_write() 296 *has_more_data = !list_empty(&priv->tty_inqueue); in hvc_iucv_write() 320 int has_more_data; in hvc_iucv_get_chars() local 329 has_more_data = 0; in hvc_iucv_get_chars() 330 written = hvc_iucv_write(priv, buf, count, &has_more_data); in hvc_iucv_get_chars() 334 if (has_more_data) in hvc_iucv_get_chars() 219 hvc_iucv_write(struct hvc_iucv_private *priv, char *buf, int count, int *has_more_data) hvc_iucv_write() argument
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 203 * @has_more_data: Pointer to an int variable. 208 * message is kept on the input queue and @has_more_data is set to 1. 219 char *buf, int count, int *has_more_data) in hvc_iucv_write() 273 *has_more_data = 1; in hvc_iucv_write() 295 *has_more_data = !list_empty(&priv->tty_inqueue); in hvc_iucv_write() 319 int has_more_data; in hvc_iucv_get_chars() local 328 has_more_data = 0; in hvc_iucv_get_chars() 329 written = hvc_iucv_write(priv, buf, count, &has_more_data); in hvc_iucv_get_chars() 333 if (has_more_data) in hvc_iucv_get_chars() 218 hvc_iucv_write(struct hvc_iucv_private *priv, char *buf, int count, int *has_more_data) hvc_iucv_write() argument
|
Completed in 4 milliseconds