Searched refs:page_bytes (Results 1 – 2 of 2) sorted by relevance
406 unsigned long *page_bytes) in fill_con_write_page() argument423 *page_bytes = p - con_write_page; in fill_con_write_page()440 unsigned long page_bytes; in sunhv_console_write_paged() local442 &page_bytes); in sunhv_console_write_paged()446 while (page_bytes > 0) { in sunhv_console_write_paged()453 stat = sun4v_con_write(ra, page_bytes, in sunhv_console_write_paged()461 page_bytes -= written; in sunhv_console_write_paged()
59 u32 page_bytes; in map_xdr() local79 page_bytes = xdr->page_len; in map_xdr()81 while (page_bytes) { in map_xdr()84 sge_bytes = min_t(u32, page_bytes, (PAGE_SIZE - page_off)); in map_xdr()85 page_bytes -= sge_bytes; in map_xdr()