Searched refs:max_page_order (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/xen/ |
| H A D | pvcalls-front.c | 1149 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 D | xen-blkfront.c | 1775 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 D | sock.h | 1891 int *errcode, int max_page_order);
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1388 int max_page_order,
|