Searched refs:best (Results 1 – 20 of 20) sorted by relevance
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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() 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 D | livepatch.c | 198 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 D | boot.c | 700 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 D | sched_credit2.pandoc | 84 * benchmarking for assessing the best combination of values for the various
|
/xen-4.10.0-shim-comet/m4/ |
A D | systemd.m4 | 63 dnl files. It would also be best to just extend the upstream
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | release-checklist.txt | 94 make src-tarball # uses git-describe (best for RCs)
|
A D | xen-release-management.pandoc | 87 limited due to the sensitive nature of security work. The best action the
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 64 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 D | xl-numa-placement.pod.7 | 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.pod.5 | 307 option, so this is on a best effort basis.)
|
A D | xl.cfg.pod.5.in | 209 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 D | CODING_STYLE | 111 xterms and use vi in all of them. The best way to punish them is to
|
/xen-4.10.0-shim-comet/ |
A D | CONTRIBUTING | 55 (b) The contribution is based upon previous work that, to the best
|
A D | COPYING | 360 possible use to the public, the best way to achieve this is to make it
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 227 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 D | README | 164 easy. Here I will provide a brief overview. The best reference, of
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtd-pi.txt | 325 this provides good load balancing, this was not the best thing to do always as
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | COPYING | 285 possible use to the public, the best way to achieve this is to make it
|
/xen-4.10.0-shim-comet/xen/ |
A D | COPYING | 312 possible use to the public, the best way to achieve this is to make it
|
Completed in 20 milliseconds