Home
last modified time | relevance | path

Searched refs:cndt_out (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libxl/
A Dlibxl_numa.c311 libxl__numa_candidate *cndt_out, in libxl__get_numa_candidate() argument
430 rc = libxl__numa_candidate_alloc(gc, cndt_out); in libxl__get_numa_candidate()
495 if (*cndt_found == 0 || numa_cmpf(&new_cndt, cndt_out) < 0) { in libxl__get_numa_candidate()
504 libxl__numa_candidate_put_nodemap(gc, cndt_out, &nodemap); in libxl__get_numa_candidate()
505 cndt_out->nr_vcpus = new_cndt.nr_vcpus; in libxl__get_numa_candidate()
506 cndt_out->free_memkb = new_cndt.free_memkb; in libxl__get_numa_candidate()
507 cndt_out->nr_nodes = new_cndt.nr_nodes; in libxl__get_numa_candidate()
508 cndt_out->nr_cpus = new_cndt.nr_cpus; in libxl__get_numa_candidate()
A Dlibxl_internal.h4495 libxl__numa_candidate *cndt_out,

Completed in 16 milliseconds