Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dpvcalls-front.c1213 unsigned int max_page_order, function_calls, len; in pvcalls_front_probe() local
1235 max_page_order = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
1237 if (max_page_order < PVCALLS_RING_ORDER) in pvcalls_front_probe()
1244 pr_info("%s max-page-order is %u\n", __func__, max_page_order); in pvcalls_front_probe()
/linux/drivers/block/
H A Dxen-blkfront.c1775 unsigned int i, max_page_order; in talk_to_blkback() local
1786 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1788 ring_page_order = min(xen_blkif_max_ring_order, max_page_order); in talk_to_blkback()
/linux/net/core/
H A Dsock.c2984 int *errcode, int max_page_order) in sock_alloc_send_pskb() argument
3012 skb = alloc_skb_with_frags(header_len, data_len, max_page_order, in sock_alloc_send_pskb()