Searched refs:soft (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_vcpu.c | 125 libxl_bitmap *soft = &cpumap_soft, *hard = &cpumap_hard; in main_vcpupin() local 194 soft = NULL; in main_vcpupin() 195 else if (parse_cpurange(soft_str, soft)) in main_vcpupin() 210 if (soft) { in main_vcpupin() 212 print_bitmap(soft->map, nb_cpu, stdout); in main_vcpupin() 226 if (libxl_set_vcpuaffinity_force(ctx, domid, vcpuid, hard, soft)) { in main_vcpupin() 233 if (libxl_set_vcpuaffinity(ctx, domid, vcpuid, hard, soft)) { in main_vcpupin() 243 if (libxl_set_vcpuaffinity_all(ctx, domid, nb_vcpu, hard, soft)) in main_vcpupin()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-numa-placement.pod.7 | 36 unrelated with the vCPU (hard and soft, see below) scheduling affinity, 81 soft, both on a per-vCPU basis. This means each vCPU can have its own 82 soft affinity, stating where such vCPU prefers to execute on. This is 87 soft affinity of the vCPUs of a domain with its node-affinity. 89 In fact, as it was for 4.3, if all the pCPUs in a vCPU's soft affinity 112 scheduler will try to have it running on one of the pCPUs in its soft 118 a vCPU I<has> its own vCPU soft affinity and I<is also> pinned to some 121 that also forms its soft affinity. In case pinning and soft affinity 164 to the nodes to which the pCPUs in the soft affinity mask belong; 171 soft affinity belong. [all …]
|
A D | xl.pod.1.in | 755 =item B<vcpu-pin> [I<-f|--force>] I<domain-id> I<vcpu> I<cpus hard> I<cpus soft> 757 Set hard and soft affinity for a I<vcpu> of <domain-id>. Normally VCPUs 766 The keyword B<all> can be used to apply the hard and soft affinity masks to 768 hard or soft affinity alone. 774 will set soft affinity for vCPU 3 of domain 0 to pCPUs 6,7,8 and 9, 779 will set both hard and soft affinity, the former to pCPUs 3 and 4, the
|
A D | xl.cfg.pod.5.in | 188 here, and the soft affinity mask, if provided via B<cpus_soft=>, 194 Exactly as B<cpus=>, but specifies soft affinity, rather than pinning 203 the intersection of the soft affinity mask, provided here, and the vCPU 212 host CPUs and memory. In that case, the soft affinity of all the vCPUs 381 =item B<soft-reset> 407 Action to take if the domain performs a 'soft reset' (e.g. does B<kexec>). 408 Default is B<soft-reset>.
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_sched.c | 26 libxl_bitmap hard, soft; in libxl__set_vcpuaffinity() local 30 libxl_bitmap_init(&soft); in libxl__set_vcpuaffinity() 50 rc = libxl_cpu_bitmap_alloc(ctx, &soft, 0); in libxl__set_vcpuaffinity() 54 libxl__bitmap_copy_best_effort(gc, &soft, cpumap_soft); in libxl__set_vcpuaffinity() 60 cpumap_soft ? soft.map : NULL, in libxl__set_vcpuaffinity() 80 if (!libxl_bitmap_equal(cpumap_soft, &soft, 0)) in libxl__set_vcpuaffinity() 83 if (libxl_bitmap_is_empty(&soft)) in libxl__set_vcpuaffinity() 92 libxl_bitmap_dispose(&soft); in libxl__set_vcpuaffinity()
|
A D | libxl_types.idl | 904 ("cpumap_soft", libxl_bitmap), # current soft cpu affinity
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 55 soft-affinity).
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Kconfig | 182 The RTDS scheduler is a soft and firm real-time scheduler for
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | clext.c | 799 mov ax, #0x0100 ;; soft ver.
|
/xen-4.10.0-shim-comet/ |
A D | SUPPORT.md | 272 A soft real-time CPU scheduler
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 826 Before we call VMXResume we check whether any soft IRQs need to be executed.
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 8890 ;; it is not safe to do a soft reboot by just dropping to real mode and 8892 ;; If the user asks for a soft reboot, the only thing we can do is
|
Completed in 24 milliseconds