Lines Matching defs:hvcs_pi_buff
90 * place. Added check and cleanup for hvcs_pi_buff = kmalloc() in
244 static unsigned long *hvcs_pi_buff;
246 /* Only allow one hvcs_struct to use the hvcs_pi_buff at a time. */
873 if (!hvcs_pi_buff) {
877 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff);
1476 hvcs_pi_buff = (unsigned long *) __get_free_page(GFP_KERNEL);
1477 if (!hvcs_pi_buff) {
1492 free_page((unsigned long)hvcs_pi_buff);
1534 free_page((unsigned long)hvcs_pi_buff);
1535 hvcs_pi_buff = NULL;