Searched refs:max_width (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 120 static int max_width = 80; variable 165 (int) (max_width - TAG_LEN - linewid), e[i]); in do_ls() 183 if (max_width < (linewid + len + TAG_LEN)) { in do_ls() 185 (int)(max_width - TAG_LEN - linewid), in do_ls() 194 linewid < MIN(desired_width, max_width); in do_ls() 556 max_width = INT_MAX/2; in main() 636 max_width = ws.ws_col - 2; in main()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | util.c | 86 gs.max_width = 0; in str_new()
|
A D | lkc.h | 126 int max_width; member
|
A D | mconf.c | 793 help.max_width = getmaxx(stdscr) - 10; in show_help()
|
A D | expr.c | 1181 if (gs->max_width) { in expr_print_gstr_helper() 1194 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | page_alloc.c | 2334 unsigned int node, unsigned int min_width, unsigned int max_width) in avail_domheap_pages_region() argument 2341 zone_hi = max_width ? bits_to_zone(max_width) : (NR_ZONES - 1); in avail_domheap_pages_region()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | mm.h | 191 unsigned int node, unsigned int min_width, unsigned int max_width);
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 1380 int max_width, in xc_availheap() argument 1389 sysctl.u.availheap.max_bitwidth = max_width; in xc_availheap()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1563 int xc_availheap(xc_interface *xch, int min_width, int max_width, int node,
|
Completed in 24 milliseconds