Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsunhv.c406 unsigned long *page_bytes) in fill_con_write_page() argument
423 *page_bytes = p - con_write_page; in fill_con_write_page()
440 unsigned long page_bytes; in sunhv_console_write_paged() local
442 &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()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c59 u32 page_bytes; in map_xdr() local
79 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()