Home
last modified time | relevance | path

Searched refs:xc_cputopoinfo (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/misc/
A Dxenpm.c401 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 Dlibxl.c415 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 Dxc_misc.c229 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 Dxc.c1032 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 Dxenctrl.h1263 int xc_cputopoinfo(xc_interface *xch, unsigned *max_cpus,

Completed in 16 milliseconds