Searched refs:adjustment (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6t_NPT.h14 __sum16 adjustment; member in struct:ip6t_npt_tginfo
/linux-master/net/ipv6/netfilter/
H A Dip6t_NPT.c35 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum));
72 csum_unfold(npt->adjustment)));
151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/linux-master/kernel/locking/
H A Drwsem.c416 long oldcount, woken = 0, adjustment = 0; local
457 adjustment = RWSEM_READER_BIAS;
458 oldcount = atomic_long_fetch_add(adjustment, &sem->count);
467 adjustment -= RWSEM_FLAG_HANDOFF;
473 atomic_long_add(-adjustment, &sem->count);
524 adjustment = woken * RWSEM_READER_BIAS - adjustment;
533 adjustment -= RWSEM_FLAG_WAITERS;
535 adjustment -= RWSEM_FLAG_HANDOFF;
542 adjustment
998 long adjustment = -RWSEM_READER_BIAS; local
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c308 unsigned int adjustment = 0; local
324 adjustment++;
328 adjustment--;
337 *result += adjustment;
345 int r, adjustment = 0; local
365 adjustment++;
369 adjustment--;
374 if (adjustment > 1) {
389 *result = rc + adjustment > 1;
/linux-master/arch/s390/include/asm/
H A Dsysinfo.h74 unsigned short adjustment[]; member in struct:sysinfo_1_2_2
/linux-master/drivers/input/mouse/
H A Delan_i2c.h115 int *adjustment);
H A Delan_i2c_i2c.c450 int *adjustment)
463 *adjustment = 0;
465 *adjustment = ETP_PRESSURE_OFFSET;
449 elan_i2c_get_pressure_adjustment(struct i2c_client *client, int *adjustment) argument
H A Delan_i2c_smbus.c287 int *adjustment)
289 *adjustment = ETP_PRESSURE_OFFSET;
286 elan_smbus_get_pressure_adjustment(struct i2c_client *client, int *adjustment) argument
/linux-master/sound/soc/sti/
H A Duniperif_player.c157 int adjustment = player->clk_adj; local
170 * a - adjustment in ppm (parts per milion)
174 if (adjustment < 0) {
177 adjustment = -adjustment;
183 (uint64_t)adjustment + 500000, 1000000);
200 * Using ALSA's adjustment control, we can modify the rate to be up
207 adjustment = -1;
209 adjustment = 1;
212 adjustment *
[all...]
/linux-master/arch/s390/kernel/
H A Dsysinfo.c210 i, info->adjustment[i-2]);
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h971 U32 const adjustment = window.nbOverflowCorrections + 1; local
972 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment,
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c517 * @adjustment: Amount to adjust the reference counter.
519 * Note that when the adjustment is negative, the slab journal will be reaped.
523 int adjustment)
535 VDO_ASSERT_LOG_ONLY((adjustment != 0), "adjustment must be non-zero");
537 if (adjustment < 0) {
538 VDO_ASSERT_LOG_ONLY((-adjustment <= lock->count),
539 "adjustment %d of lock count %u for slab journal block %llu must not underflow",
540 adjustment, lock->count,
544 lock->count += adjustment;
521 adjust_slab_journal_block_reference(struct slab_journal *journal, sequence_number_t sequence_number, int adjustment) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S690 | Since ICTR <> 0, we have already been through one adjustment,
/linux-master/arch/x86/kvm/
H A Dx86.c2788 s64 adjustment)
2791 kvm_vcpu_write_tsc_offset(vcpu, tsc_offset + adjustment);
2794 static inline void adjust_tsc_offset_host(struct kvm_vcpu *vcpu, s64 adjustment) argument
2797 WARN_ON(adjustment < 0);
2798 adjustment = kvm_scale_tsc((u64) adjustment,
2800 adjust_tsc_offset_guest(vcpu, adjustment);
3333 * simple function of the TSC without any such adjustment.
12439 * adjustment to TSC in each VCPU. When the VCPU later gets loaded,
12440 * the adjustment wil
2787 adjust_tsc_offset_guest(struct kvm_vcpu *vcpu, s64 adjustment) argument
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S9248 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9260 add.l (%sp)+,%d0 # add adjustment to src

Completed in 399 milliseconds