Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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()
531 best_table[i][0] = best & 0xFF; in optimize_result()
532 best_table[i][1] = (best >> 8) & 0xFF; in optimize_result()
/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch.c198 unsigned int i, best; in livepatch_symbols_lookup() local
213 best = UINT_MAX; in livepatch_symbols_lookup()
218 (best == UINT_MAX || in livepatch_symbols_lookup()
219 data->symtab[best].value < data->symtab[i].value) ) in livepatch_symbols_lookup()
220 best = i; in livepatch_symbols_lookup()
223 if ( best == UINT_MAX ) in livepatch_symbols_lookup()
227 *symbolsize = data->symtab[best].size; in livepatch_symbols_lookup()
229 *offset = addr - data->symtab[best].value; in livepatch_symbols_lookup()
233 n = data->symtab[best].name; in livepatch_symbols_lookup()
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c700 unsigned int best, i; in efi_console_set_mode() local
702 for ( i = 0, size = 0, best = StdOut->Mode->Mode; in efi_console_set_mode()
709 best = i; in efi_console_set_mode()
712 if ( best != StdOut->Mode->Mode ) in efi_console_set_mode()
713 StdOut->SetMode(StdOut, best); in efi_console_set_mode()
/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit2.pandoc84 * benchmarking for assessing the best combination of values for the various
/xen-4.10.0-shim-comet/m4/
A Dsystemd.m463 dnl files. It would also be best to just extend the upstream
/xen-4.10.0-shim-comet/docs/process/
A Drelease-checklist.txt94 make src-tarball # uses git-describe (best for RCs)
A Dxen-release-management.pandoc87 limited due to the sensitive nature of security work. The best action the
/xen-4.10.0-shim-comet/docs/man/
A Dxen-tscmode.pod.764 All rdtsc instructions are emulated; this is the best choice when
70 This is the same as prior to Xen 4.0 and is the best choice if it
84 best performance possible given:
A Dxl-numa-placement.pod.7180 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.pod.5307 option, so this is on a best effort basis.)
A Dxl.cfg.pod.5.in209 number of nodes. A heuristic approach is used for choosing the best
1529 memory. The defaults are selected to give the best results for the
2414 memory. The defaults are selected to give the best results for the
/xen-4.10.0-shim-comet/tools/xl/
A DCODING_STYLE111 xterms and use vi in all of them. The best way to punish them is to
/xen-4.10.0-shim-comet/
A DCONTRIBUTING55 (b) The contribution is based upon previous work that, to the best
A DCOPYING360 possible use to the public, the best way to achieve this is to make it
/xen-4.10.0-shim-comet/tools/libxl/
A DCODING_STYLE227 xterms and use vi in all of them. The best way to punish them is to
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME164 easy. Here I will provide a brief overview. The best reference, of
/xen-4.10.0-shim-comet/docs/misc/
A Dvtd-pi.txt325 this provides good load balancing, this was not the best thing to do always as
/xen-4.10.0-shim-comet/tools/xenmon/
A DCOPYING285 possible use to the public, the best way to achieve this is to make it
/xen-4.10.0-shim-comet/xen/
A DCOPYING312 possible use to the public, the best way to achieve this is to make it

Completed in 20 milliseconds