Lines Matching defs:hvcs_pi_buff
88 * place. Added check and cleanup for hvcs_pi_buff = kmalloc() in
242 static unsigned long *hvcs_pi_buff;
244 /* Only allow one hvcs_struct to use the hvcs_pi_buff at a time. */
897 if (!hvcs_pi_buff) {
901 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff);
1519 hvcs_pi_buff = (unsigned long *) __get_free_page(GFP_KERNEL);
1520 if (!hvcs_pi_buff) {
1535 free_page((unsigned long)hvcs_pi_buff);
1584 free_page((unsigned long)hvcs_pi_buff);
1585 hvcs_pi_buff = NULL;