Searched refs:nr_sockets (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_psr.c | 319 int socketid, nr_sockets; in libxl_psr_cat_set_cbm() local 321 rc = libxl__count_physical_sockets(gc, &nr_sockets); in libxl_psr_cat_set_cbm() 330 if (socketid >= nr_sockets) in libxl_psr_cat_set_cbm() 369 int i = 0, socketid, nr_sockets; in libxl_psr_cat_get_info() local 375 rc = libxl__count_physical_sockets(gc, &nr_sockets); in libxl_psr_cat_get_info() 381 libxl_socket_bitmap_alloc(ctx, &socketmap, nr_sockets); in libxl_psr_cat_get_info() 388 ptr = libxl__malloc(NOGC, nr_sockets * sizeof(libxl_psr_cat_info)); in libxl_psr_cat_get_info()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | smp.h | 66 extern unsigned int nr_sockets;
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | psr.c | 669 if ( socket >= nr_sockets ) in get_socket_info() 1105 if ( likely(socket < nr_sockets) ) in get_socket_cpu() 1326 for ( socket = 0; socket < nr_sockets; socket++ ) in psr_free_cos() 1349 d->arch.psr_cos_ids = xzalloc_array(unsigned int, nr_sockets); in psr_alloc_cos() 1374 socket_info = xzalloc_array(struct psr_socket_info, nr_sockets); in init_psr()
|
A D | mpparse.c | 91 nr_sockets = last_physid(phys_cpu_present_map) in set_nr_sockets() 95 nr_sockets += (disabled_cpus - 1) in set_nr_sockets() 98 printk(XENLOG_DEBUG "nr_sockets: %u\n", nr_sockets); in set_nr_sockets()
|
A D | smpboot.c | 71 unsigned int __read_mostly nr_sockets; variable 805 socket_cpumask = xzalloc_array(cpumask_t *, nr_sockets); in smp_prepare_cpus()
|
A D | time.c | 498 if ( nr_sockets > 1 && !(tsc_flags & TSC_RELIABLE_SOCKET) ) in init_tsc()
|
Completed in 16 milliseconds