Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 25 of 107) sorted by relevance

12345

/Linux-v6.1/arch/x86/kernel/
Dtsc_sync.c27 s64 adjusted; member
68 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
72 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
76 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust()
151 cur->adjusted = bootval; in tsc_sanitize_first_cpu()
199 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust()
231 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust()
232 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust()
233 wrmsrl(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust()
524 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dxenvm-4.2.dts20 /* this field is going to be adjusted by the hypervisor */
50 /* this field is going to be adjusted by the hypervisor */
73 /* this field is going to be adjusted by the hypervisor */
75 /* this field is going to be adjusted by the hypervisor */
Darmada-xp-crs305-1g-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
Darmada-xp-crs326-24g-2s.dtsi17 * solution) or the below Device Tree should be adjusted.
Darmada-xp-crs328-4c-20s-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
Darmada-xp-db-xc3-24g4xg.dts16 * solution) or the below Device Tree should be adjusted.
Darmada-xp-db-dxbc2.dts16 * solution) or the below Device Tree should be adjusted.
/Linux-v6.1/Documentation/hwmon/
Dmax197.rst62 For the MAX197, it will be adjusted to -10000, -5000, or 0.
63 For the MAX199, it will be adjusted to -4000, -2000, or 0.
67 For the MAX197, it will be adjusted to 0, 5000, or 10000.
68 For the MAX199, it will be adjusted to 0, 2000, or 4000.
Dmax127.rst38 For the MAX127, it will be adjusted to -10000, -5000, or 0.
43 For the MAX127, it will be adjusted to 0, 5000, or 10000.
Dadt7462.rst28 that allows fan speed to be adjusted automatically based on any of the three
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-selection.rst77 rectangle. The original rectangle must lay inside the adjusted one.
80 rectangle. The adjusted rectangle must lay inside the original one.
99 3. Keep center of adjusted rectangle as close as possible to the
108 contains the adjusted rectangle. When the parameters are unsuitable the
/Linux-v6.1/Documentation/devicetree/bindings/serial/
Darm_sbsa_uart.txt4 cannot be adjusted at runtime, so it lacks a clock specifier here.
Dnvidia,tegra20-hsuart.txt29 Each entry contains sets of 3 values. Range low/high and adjusted rate.
32 field, baud rate will be adjusted by percentage mentioned here.
/Linux-v6.1/drivers/misc/
Dbh1770glc.c245 u16 adjusted; in bh1770_psraw_to_adjusted() local
246 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) / in bh1770_psraw_to_adjusted()
248 if (adjusted > BH1770_PROX_RANGE) in bh1770_psraw_to_adjusted()
249 adjusted = BH1770_PROX_RANGE; in bh1770_psraw_to_adjusted()
250 return adjusted; in bh1770_psraw_to_adjusted()
294 u16 adjusted) in bh1770_lux_adjusted_to_raw() argument
296 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr; in bh1770_lux_adjusted_to_raw()
/Linux-v6.1/Documentation/driver-api/
Ddevfreq.rst17 automatically adjusted by governors.
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/
Dvideo-set-format.rst53 device (TV) so that the output of the decoder can be adjusted
/Linux-v6.1/Documentation/admin-guide/mm/
Dindex.rst13 filesystem and can be quired and adjusted using ``sysctl``. These APIs
/Linux-v6.1/arch/m68k/fpsp040/
Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
58 | mantissa in FP0 by the factor in FP1 if the adjusted
471 | Check the sign of the adjusted exp and make the value in fp0 the
/Linux-v6.1/Documentation/admin-guide/nfs/
Dnfsd-admin-interfaces.rst28 Between startup and shutdown, the number of threads may be adjusted up
/Linux-v6.1/arch/arc/lib/
Dstrcmp.S72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/Linux-v6.1/Documentation/userspace-api/
Dsysfs-platform_profile.rst7 platform configuration is often automatically adjusted to the current
/Linux-v6.1/Documentation/virt/
Dguest-halt-polling.rst25 ("per-cpu guest_halt_poll_ns"), which is adjusted by the algorithm
/Linux-v6.1/block/
Dblk-throttle.c169 uint64_t adjusted; in tg_bps_limit() local
171 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td); in tg_bps_limit()
172 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()
199 uint64_t adjusted; in tg_iops_limit() local
201 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit()
202 if (adjusted > UINT_MAX) in tg_iops_limit()
203 adjusted = UINT_MAX; in tg_iops_limit()
204 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_modes.c842 struct drm_display_mode adjusted; in drm_mode_get_hv_timing() local
844 drm_mode_init(&adjusted, mode); in drm_mode_get_hv_timing()
846 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY); in drm_mode_get_hv_timing()
847 *hdisplay = adjusted.crtc_hdisplay; in drm_mode_get_hv_timing()
848 *vdisplay = adjusted.crtc_vdisplay; in drm_mode_get_hv_timing()
/Linux-v6.1/samples/pktgen/
DREADME.rst4 can easily be copied and adjusted for your own use-case.

12345