Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_hv_call.c336 int *written_total, in hv_call_get_gpa_access_states() argument
347 *written_total = 0; in hv_call_get_gpa_access_states()
354 input_page->hv_gpa_page_number = gpa_base_pfn + *written_total; in hv_call_get_gpa_access_states()
370 *written_total += completed; in hv_call_get_gpa_access_states()
H A Dmshv_root.h295 int *written_total,
/linux/drivers/tty/hvc/
H A Dhvc_console.c639 int written_total = 0; in __hvc_poll() local
645 written_total = hvc_push(hp); in __hvc_poll()
651 timeout = (written_total) ? 0 : MIN_TIMEOUT; in __hvc_poll()