Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/kernel/locking/
Drwsem-xadd.c127 long oldcount, woken, loop, adjustment; in __rwsem_do_wake() local
145 adjustment = 0; in __rwsem_do_wake()
147 adjustment = RWSEM_ACTIVE_READ_BIAS; in __rwsem_do_wake()
149 oldcount = rwsem_atomic_update(adjustment, sem) - adjustment; in __rwsem_do_wake()
152 if (rwsem_atomic_update(-adjustment, sem) & in __rwsem_do_wake()
176 adjustment = woken * RWSEM_ACTIVE_READ_BIAS - adjustment; in __rwsem_do_wake()
179 adjustment -= RWSEM_WAITING_BIAS; in __rwsem_do_wake()
181 if (adjustment) in __rwsem_do_wake()
182 rwsem_atomic_add(adjustment, sem); in __rwsem_do_wake()
216 long count, adjustment = -RWSEM_ACTIVE_READ_BIAS; in rwsem_down_read_failed() local
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dptp.c44 u64 adjustment; in e1000e_phc_adjfreq() local
65 adjustment = incvalue; in e1000e_phc_adjfreq()
66 adjustment *= delta; in e1000e_phc_adjfreq()
67 adjustment = div_u64(adjustment, 1000000000); in e1000e_phc_adjfreq()
69 incvalue = neg_adj ? (incvalue - adjustment) : (incvalue + adjustment); in e1000e_phc_adjfreq()
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dfile.c102 s64 adjustment; in visorchipset_ioctl() local
116 (&adjustment, (void __user *)arg, sizeof(adjustment))) { in visorchipset_ioctl()
119 return issue_vmcall_update_physical_time(adjustment); in visorchipset_ioctl()
/linux-4.1.27/drivers/md/persistent-data/
Ddm-space-map-metadata.c295 unsigned adjustment = 0; in sm_metadata_get_count() local
311 adjustment++; in sm_metadata_get_count()
315 adjustment--; in sm_metadata_get_count()
324 *result += adjustment; in sm_metadata_get_count()
332 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local
352 adjustment++; in sm_metadata_count_is_more_than_one()
356 adjustment--; in sm_metadata_count_is_more_than_one()
361 if (adjustment > 1) { in sm_metadata_count_is_more_than_one()
376 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta350.txt42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
63 - st,overcurrent-warning-adjustment:
64 If present, overcurrent warning adjustment is enabled.
Dst,sta32x.txt42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6t_NPT.h13 __sum16 adjustment; member
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_NPT.c38 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry()
75 csum_unfold(npt->adjustment))); in ip6t_npt_map_pfx()
/linux-4.1.27/drivers/staging/iio/Documentation/light/
Dsysfs-bus-iio-light-tsl2x7x12 Causes a recalculation and adjustment to the
/linux-4.1.27/drivers/staging/unisys/include/
Duisutils.h251 static inline int issue_vmcall_update_physical_time(u64 adjustment) in issue_vmcall_update_physical_time() argument
255 ISSUE_IO_VMCALL(VMCALL_UPDATE_PHYSICAL_TIME, adjustment, result); in issue_vmcall_update_physical_time()
/linux-4.1.27/drivers/input/mouse/
Delan_i2c.h84 int *adjustment);
Delan_i2c_i2c.c375 int *adjustment) in elan_i2c_get_pressure_adjustment() argument
388 *adjustment = 0; in elan_i2c_get_pressure_adjustment()
390 *adjustment = ETP_PRESSURE_OFFSET; in elan_i2c_get_pressure_adjustment()
Delan_i2c_smbus.c278 int *adjustment) in elan_smbus_get_pressure_adjustment() argument
280 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
/linux-4.1.27/arch/s390/include/asm/
Dsysinfo.h67 unsigned short adjustment[0]; member
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h787 void (*adjust_tsc_offset)(struct kvm_vcpu *vcpu, s64 adjustment, bool host);
851 s64 adjustment) in adjust_tsc_offset_guest() argument
853 kvm_x86_ops->adjust_tsc_offset(vcpu, adjustment, false); in adjust_tsc_offset_guest()
856 static inline void adjust_tsc_offset_host(struct kvm_vcpu *vcpu, s64 adjustment) in adjust_tsc_offset_host() argument
858 kvm_x86_ops->adjust_tsc_offset(vcpu, adjustment, true); in adjust_tsc_offset_host()
/linux-4.1.27/Documentation/hwmon/
Dpc8742758 temperature format, so user-space adjustment (typically by a factor 2)
/linux-4.1.27/arch/metag/lib/
Dmemmove.S91 ! keep this information for the later adjustment
250 ! keep the information for the later adjustment
/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt69 promoted to the cache. The read, write and discard promote adjustment
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-ptp33 frequency adjustment value (a positive integer) in
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d48 to allow adjustment of the limits without a change to the actual driver.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt96 - fsl,max-adj Maximum frequency adjustment in parts per billion.
/linux-4.1.27/arch/s390/kernel/
Dsysinfo.c167 i, info->adjustment[i-2]); in stsi_1_2_2()
/linux-4.1.27/Documentation/accounting/
Dtaskstats-struct.txt127 * Uses time intervals seen by the kernel i.e. no adjustment
/linux-4.1.27/Documentation/
Datomic_ops.txt188 which to make the adjustment, whereas the latter two use an implicit
189 adjustment value of "1".
223 explicit counter adjustment is given instead of the implicit "1".
Dclk.txt13 gating, rate adjustment, muxing or other operations. This framework is
/linux-4.1.27/Documentation/blockdev/
Dzram.txt44 max_comp_streams adjustment.
/linux-4.1.27/arch/x86/kvm/
Dsvm.c1057 static void svm_adjust_tsc_offset(struct kvm_vcpu *vcpu, s64 adjustment, bool host) in svm_adjust_tsc_offset() argument
1063 WARN_ON(adjustment < 0); in svm_adjust_tsc_offset()
1064 adjustment = svm_scale_tsc(vcpu, (u64)adjustment); in svm_adjust_tsc_offset()
1067 svm->vmcb->control.tsc_offset += adjustment; in svm_adjust_tsc_offset()
1069 svm->nested.hsave->control.tsc_offset += adjustment; in svm_adjust_tsc_offset()
1072 svm->vmcb->control.tsc_offset - adjustment, in svm_adjust_tsc_offset()
Dvmx.c2323 static void vmx_adjust_tsc_offset(struct kvm_vcpu *vcpu, s64 adjustment, bool host) in vmx_adjust_tsc_offset() argument
2327 vmcs_write64(TSC_OFFSET, offset + adjustment); in vmx_adjust_tsc_offset()
2330 to_vmx(vcpu)->nested.vmcs01_tsc_offset += adjustment; in vmx_adjust_tsc_offset()
2333 offset + adjustment); in vmx_adjust_tsc_offset()
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt60 "selfpc" - the address bar() (with mcount() size adjustment)
/linux-4.1.27/arch/m68k/fpsp040/
Dbindec.S690 | Since ICTR <> 0, we have already been through one adjustment,
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt436 This operation schedules an attribute adjustment to happen asynchronously at
438 to the caller. The attribute adjustment excludes read and write operations.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc535 // $r5: ctx offset adjustment for src/dst selection
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt489 'wall clock' or 'real time' may not need any adjustment of their interrupts to
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt420 The codec parser have several switches and adjustment knobs for
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg2712 * Rev A has only a single bit (high bit of field) of slew adjustment.
/linux-4.1.27/drivers/video/fbdev/
DKconfig737 such as refresh rate adjustment.
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1452 Make the same adjustment to the section titles in the list of
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S9248 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9260 add.l (%sp)+,%d0 # add adjustment to src