Searched refs:xc_cputopoinfo (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpm.c | 401 if ( xc_cputopoinfo(xc_handle, &max_cpus, NULL) != 0 ) in signal_int_handler() 493 if ( cx_cap && !xc_cputopoinfo(xc_handle, &max_cpus, cputopo) ) in signal_int_handler() 1007 if ( xc_cputopoinfo(xc_handle, &max_cpus, NULL) != 0 ) in cpu_topology_func() 1023 if ( xc_cputopoinfo(xc_handle, &max_cpus, cputopo) ) in cpu_topology_func()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.c | 415 if (xc_cputopoinfo(ctx->xch, &num_cpus, NULL)) in libxl_get_cpu_topology() 423 if (xc_cputopoinfo(ctx->xch, &num_cpus, cputopo)) { in libxl_get_cpu_topology()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 229 int xc_cputopoinfo(xc_interface *xch, unsigned *max_cpus, in xc_cputopoinfo() function
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1032 if ( xc_cputopoinfo(self->xc_handle, &num_cpus, NULL) != 0 ) in pyxc_topologyinfo() 1039 if ( xc_cputopoinfo(self->xc_handle, &num_cpus, cputopo) != 0 ) in pyxc_topologyinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1263 int xc_cputopoinfo(xc_interface *xch, unsigned *max_cpus,
|
Completed in 16 milliseconds