Searched refs:best (Results 1 – 22 of 22) sorted by relevance
/xen/xen/tools/ |
A D | symbols.c | 499 int i, best, bestprofit; in find_best_token() local 502 best = 0; in find_best_token() 506 best = i; in find_best_token() 510 return best; in find_best_token() 516 int i, best; in optimize_result() local 527 best = find_best_token(); in optimize_result() 528 if (token_profit[best] == 0) in optimize_result() 533 best_table[i][0] = best & 0xFF; in optimize_result() 534 best_table[i][1] = (best >> 8) & 0xFF; in optimize_result()
|
/xen/tools/flask/policy/ |
A D | Makefile.common | 78 …R := $(shell best=24; for ver in $(POLICY_VER_LIST_HV); do if test $$ver -le $(CHECKPOLICY_VER_MAX…
|
/xen/xen/common/ |
A D | livepatch.c | 166 unsigned int i, best; in livepatch_symbols_lookup() local 181 best = UINT_MAX; in livepatch_symbols_lookup() 186 (best == UINT_MAX || in livepatch_symbols_lookup() 187 data->symtab[best].value < data->symtab[i].value) ) in livepatch_symbols_lookup() 188 best = i; in livepatch_symbols_lookup() 191 if ( best == UINT_MAX ) in livepatch_symbols_lookup() 195 *symbolsize = data->symtab[best].size; in livepatch_symbols_lookup() 197 *offset = addr - data->symtab[best].value; in livepatch_symbols_lookup() 201 n = data->symtab[best].name; in livepatch_symbols_lookup()
|
A D | Kconfig | 89 This is a best-effort mitigation. There are no guarantees that all 110 This is a best-effort mitigation. There are no guarantees that all
|
/xen/xen/common/efi/ |
A D | boot.c | 751 unsigned int best, i; in efi_console_set_mode() local 753 for ( i = 0, size = 0, best = StdOut->Mode->Mode; in efi_console_set_mode() 760 best = i; in efi_console_set_mode() 763 if ( best != StdOut->Mode->Mode ) in efi_console_set_mode() 764 StdOut->SetMode(StdOut, best); in efi_console_set_mode()
|
/xen/docs/features/ |
A D | sched_credit2.pandoc | 82 * benchmarking for assessing the best combination of values for the various
|
/xen/m4/ |
A D | systemd.m4 | 63 dnl files. It would also be best to just extend the upstream
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 27 While we do our best to keep up with these changes, Xen may not be compatible
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 68 All rdtsc instructions are emulated; this is the best choice when 74 This is the same as prior to Xen 4.0 and is the best choice if it 86 best performance possible given:
|
A D | xl-numa-placement.7.pod | 180 tries to figure out on its own on which node(s) the domain could fit best. 220 considered to be the best one.
|
A D | xl-disk-configuration.5.pod | 307 option, so this is on a best effort basis.)
|
A D | xl.cfg.5.pod.in | 210 number of nodes. A heuristic approach is used for choosing the best 1771 memory. The defaults are selected to give the best results for the 2693 memory. The defaults are selected to give the best results for the
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 112 make src-tarball # uses git-describe (best for RCs)
|
A D | xen-release-management.pandoc | 78 limited due to the sensitive nature of security work. The best action the
|
/xen/ |
A D | CODING_STYLE | 223 continuing will at worst result in a denial-of-service, and at best
|
A D | CONTRIBUTING | 74 (b) The contribution is based upon previous work that, to the best
|
A D | COPYING | 362 possible use to the public, the best way to achieve this is to make it
|
/xen/tools/xl/ |
A D | CODING_STYLE | 111 xterms and use vi in all of them. The best way to punish them is to
|
/xen/tools/libxl/ |
A D | CODING_STYLE | 227 xterms and use vi in all of them. The best way to punish them is to
|
/xen/docs/misc/ |
A D | vtd-pi.txt | 325 this provides good load balancing, this was not the best thing to do always as
|
/xen/tools/xenmon/ |
A D | COPYING | 285 possible use to the public, the best way to achieve this is to make it
|
/xen/xen/ |
A D | COPYING | 312 possible use to the public, the best way to achieve this is to make it
|
Completed in 26 milliseconds