Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dpvcalls-front.c1149 unsigned int max_page_order, function_calls, len; in pvcalls_front_probe() local
1171 max_page_order = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
1173 if (max_page_order < PVCALLS_RING_ORDER) in pvcalls_front_probe()
1180 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/include/net/
H A Dsock.h1891 int *errcode, int max_page_order);
/linux/include/linux/
H A Dskbuff.h1388 int max_page_order,