Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/hvc/
Dhvcs.c244 static unsigned long *hvcs_pi_buff; variable
899 if (!hvcs_pi_buff) { in hvcs_get_pi()
903 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()
1521 hvcs_pi_buff = (unsigned long *) __get_free_page(GFP_KERNEL); in hvcs_initialize()
1522 if (!hvcs_pi_buff) { in hvcs_initialize()
1537 free_page((unsigned long)hvcs_pi_buff); in hvcs_initialize()
1586 free_page((unsigned long)hvcs_pi_buff); in hvcs_module_exit()
1587 hvcs_pi_buff = NULL; in hvcs_module_exit()