Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c1139 unsigned int max_page_order, function_calls, len; in pvcalls_front_probe() local
1161 max_page_order = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
1163 if (max_page_order < PVCALLS_RING_ORDER) in pvcalls_front_probe()
1170 pr_info("%s max-page-order is %u\n", __func__, max_page_order); in pvcalls_front_probe()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c1776 unsigned int i, max_page_order; in talk_to_blkback() local
1787 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1789 ring_page_order = min(xen_blkif_max_ring_order, max_page_order); in talk_to_blkback()
/openbmc/linux/net/core/
H A Dsock.c2776 int *errcode, int max_page_order) in sock_alloc_send_pskb() argument
2804 skb = alloc_skb_with_frags(header_len, data_len, max_page_order, in sock_alloc_send_pskb()
/openbmc/linux/include/net/
H A Dsock.h1887 int *errcode, int max_page_order);
/openbmc/linux/include/linux/
H A Dskbuff.h1286 int max_page_order,