Home
last modified time | relevance | path

Searched refs:best (Results 1 – 22 of 22) sorted by relevance

/xen/xen/tools/
A Dsymbols.c499 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 DMakefile.common78 …R := $(shell best=24; for ver in $(POLICY_VER_LIST_HV); do if test $$ver -le $(CHECKPOLICY_VER_MAX…
/xen/xen/common/
A Dlivepatch.c166 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 DKconfig89 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 Dboot.c751 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 Dsched_credit2.pandoc82 * benchmarking for assessing the best combination of values for the various
/xen/m4/
A Dsystemd.m463 dnl files. It would also be best to just extend the upstream
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst27 While we do our best to keep up with these changes, Xen may not be compatible
/xen/docs/man/
A Dxen-tscmode.7.pod68 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 Dxl-numa-placement.7.pod180 tries to figure out on its own on which node(s) the domain could fit best.
220 considered to be the best one.
A Dxl-disk-configuration.5.pod307 option, so this is on a best effort basis.)
A Dxl.cfg.5.pod.in210 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 Drelease-technician-checklist.txt112 make src-tarball # uses git-describe (best for RCs)
A Dxen-release-management.pandoc78 limited due to the sensitive nature of security work. The best action the
/xen/
A DCODING_STYLE223 continuing will at worst result in a denial-of-service, and at best
A DCONTRIBUTING74 (b) The contribution is based upon previous work that, to the best
A DCOPYING362 possible use to the public, the best way to achieve this is to make it
/xen/tools/xl/
A DCODING_STYLE111 xterms and use vi in all of them. The best way to punish them is to
/xen/tools/libxl/
A DCODING_STYLE227 xterms and use vi in all of them. The best way to punish them is to
/xen/docs/misc/
A Dvtd-pi.txt325 this provides good load balancing, this was not the best thing to do always as
/xen/tools/xenmon/
A DCOPYING285 possible use to the public, the best way to achieve this is to make it
/xen/xen/
A DCOPYING312 possible use to the public, the best way to achieve this is to make it

Completed in 26 milliseconds