Searched refs:xc_physinfo (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-lowmemd.c | 46 if (xc_physinfo(xch, &info) < 0) in handle_low_mem()
|
A D | xenpm.c | 1211 ret = xc_physinfo(xc_handle, &physinfo); in main()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 32 if ( !xc_physinfo(xch, &physinfo) ) in xc_get_max_cpus() 45 if ( !xc_physinfo(xch, &physinfo) ) in xc_get_online_cpus() 59 if ( !xc_physinfo(xch, &physinfo) ) in xc_get_max_nodes() 211 int xc_physinfo(xc_interface *xch, in xc_physinfo() function
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 253 rv = xc_physinfo(xch, &info); in parse_maxmem()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 180 if (xc_physinfo(handle->xc_handle, &physinfo) < 0) { in xenstat_get_node()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.c | 361 rc = xc_physinfo(ctx->xch, &xcphysinfo); in libxl_get_physinfo()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xentrace.c | 589 ret = xc_physinfo(xc_handle, &physinfo); in get_num_cpus()
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.c | 441 ret = xc_physinfo(xc_handle, &physinfo); in get_num_cpus()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 647 r = xc_physinfo(_H(xch), &c_physinfo); in stub_xc_physinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1262 int xc_physinfo(xc_interface *xch, xc_physinfo_t *info);
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 960 if ( xc_physinfo(self->xc_handle, &pinfo) != 0 ) in pyxc_physinfo()
|
Completed in 25 milliseconds