Searched refs:adjust (Results 1 – 20 of 20) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | amd_nonfatal.c | 75 static int adjust = 0; variable 120 adjust++; in mce_amd_checkregs() 134 if (adjust > 0) { in mce_amd_work_fn() 159 if (adjust == 0) { in mce_amd_work_fn() 169 adjust += (counter - 1); in mce_amd_work_fn() 180 if (variable_period && adjust > 0) { in mce_amd_work_fn() 182 adjust++; /* adjust == 1 must have an effect */ in mce_amd_work_fn() 183 period /= adjust; in mce_amd_work_fn() 201 adjust = 0; in mce_amd_work_fn()
|
A D | non-fatal.c | 32 static int adjust = 0; variable 44 adjust++; in mce_checkregs() 74 if (adjust) in mce_work_fn() 75 period /= (adjust + 1); in mce_work_fn() 85 adjust = 0; in mce_work_fn()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 693 uint32_t adjust = 0; in xc_livepatch_list() local 726 if ( adjust ) in xc_livepatch_list() 727 adjust = 0; /* Used when adjusting the 'max_batch_sz' or 'retries'. */ in xc_livepatch_list() 767 adjust = 1; /* For the loop conditional to let us loop again. */ in xc_livepatch_list() 791 adjust = 1; /* And make sure we continue in the loop. */ in xc_livepatch_list() 819 } while ( adjust || (*done < max && *left != 0) ); in xc_livepatch_list()
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xen.if | 10 allow $1 $2:mmu { adjust physmap map_read map_write stat pinpage updatemp mmuext_op }; 58 allow $1 $2:mmu { map_read map_write adjust memorymap physmap pinpage mmuext_op updatemp }; 153 allow $1 $2_target:mmu { map_read map_write adjust physmap target_hack };
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched-if.h | 173 int (*adjust) (const struct scheduler *, struct domain *, member
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | sched_arinc653.c | 763 .adjust = NULL,
|
A D | sched_rt.c | 1601 .adjust = rt_dom_cntl,
|
A D | schedule.c | 1324 if ( (ret = SCHED_OP(dom_scheduler(d), adjust, d, op)) == 0 ) in sched_adjust()
|
A D | sched_credit.c | 2272 .adjust = csched_dom_cntl,
|
A D | sched_credit2.c | 4035 .adjust = csched2_dom_cntl,
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 365 adjust
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 17 environment variables which are used to adjust various aspects of the
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 55 an intelligent default but allows system administrator's to adjust
|
A D | xl.cfg.pod.5.in | 1559 RAM. You should not normally need to adjust this value. However, if you 1883 obtains/uses a pvclock-like mechanism to adjust for monotonicity and 2444 RAM. You should not normally need to adjust this value. However, if you
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-qcow.c | 1183 int shift, length, adjust, flags = 0, ret = 0; in qcow_create() local
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | xen-release-management.pandoc | 227 a push. For security bugs, coordinate with the Security Team to adjust the
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 447 adjust for alignment. */ 886 + /* adjust the number of pbufs on queue */
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 265 some platforms, the "maxcpus" option may need to be used to further adjust 267 monotonic TSC across sockets you may want to adjust the "tsc" command line
|
A D | livepatch.markdown | 1000 preprocessor "#line n" directives to adjust for the introduced
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 3043 ;; adjust if there will be an overrun. 2K max sector size 3192 ;; adjust if there will be an overrun. 2K max sector size 6679 ;; adjust if there will be an overrun 6819 ;; adjust if there will be an overrun
|
Completed in 45 milliseconds