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.c1149 unsigned int max_page_order, function_calls, len; in pvcalls_front_probe()
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()
1139 unsigned int max_page_order, function_calls, len; pvcalls_front_probe() local
/linux/net/core/
H A Dsock.c2886 int *errcode, int max_page_order) in sock_alloc_send_pskb() argument
2914 skb = alloc_skb_with_frags(header_len, data_len, max_page_order, in sock_alloc_send_pskb()
/linux/include/net/
H A Dsock.h1799 int *errcode, int max_page_order);