Home
last modified time | relevance | path

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

12345

/openbmc/linux/kernel/locking/
H A Drwsem.c416 long oldcount, woken = 0, adjustment = 0; in rwsem_mark_wake() local
457 adjustment = RWSEM_READER_BIAS; in rwsem_mark_wake()
458 oldcount = atomic_long_fetch_add(adjustment, &sem->count); in rwsem_mark_wake()
467 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake()
473 atomic_long_add(-adjustment, &sem->count); in rwsem_mark_wake()
524 adjustment = woken * RWSEM_READER_BIAS - adjustment; in rwsem_mark_wake()
533 adjustment -= RWSEM_FLAG_WAITERS; in rwsem_mark_wake()
535 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake()
542 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake()
545 if (adjustment) in rwsem_mark_wake()
[all …]
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_NPT.c35 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry()
72 csum_unfold(npt->adjustment))); in ip6t_npt_map_pfx()
151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c308 unsigned int adjustment = 0; in sm_metadata_get_count() local
324 adjustment++; in sm_metadata_get_count()
328 adjustment--; in sm_metadata_get_count()
337 *result += adjustment; in sm_metadata_get_count()
345 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local
365 adjustment++; in sm_metadata_count_is_more_than_one()
369 adjustment--; in sm_metadata_count_is_more_than_one()
374 if (adjustment > 1) { in sm_metadata_count_is_more_than_one()
389 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
/openbmc/linux/Documentation/networking/
H A Dila.rst137 adjustment can be precomputed and saved with the mapping.
139 Note that the checksum neutral adjustment affects the low order sixteen
184 adjustment value are not present so an identifier is considered an
193 The checksum neutral adjustment may be configured to always be
195 checksum adjustment is in the low order 16 bits. The identifier is
201 | | Checksum-neutral adjustment |
210 | | Checksum-neutral adjustment |
215 configuration. The checksum neutral adjustment may automatically
221 | | Checksum-neutral adjustment |
230 | | Checksum-neutral adjustment |
/openbmc/linux/sound/soc/sti/
H A Duniperif_player.c157 int adjustment = player->clk_adj; in uni_player_clk_set_rate() local
174 if (adjustment < 0) { in uni_player_clk_set_rate()
177 adjustment = -adjustment; in uni_player_clk_set_rate()
183 (uint64_t)adjustment + 500000, 1000000); in uni_player_clk_set_rate()
207 adjustment = -1; in uni_player_clk_set_rate()
209 adjustment = 1; in uni_player_clk_set_rate()
212 adjustment *= (int)div64_u64((uint64_t)delta * 1000000 + rate / 2, in uni_player_clk_set_rate()
214 player->clk_adj = adjustment; in uni_player_clk_set_rate()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A 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.
H A Dst,sta32x.txt49 - st,thermal-warning-adjustment:
50 If present, thermal warning adjustment is enabled.
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_NPT.h14 __sum16 adjustment; member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-light-tsl277212 Causes a recalculation and adjustment to the
H A Dsysfs-class-rtc75 adjustment. The unit is parts per billion, i.e. The number of
/openbmc/linux/arch/s390/include/asm/
H A Dsysinfo.h70 unsigned short adjustment[]; member
/openbmc/linux/drivers/input/mouse/
H A Delan_i2c.h115 int *adjustment);
H A Delan_i2c_i2c.c450 int *adjustment) in elan_i2c_get_pressure_adjustment() argument
463 *adjustment = 0; in elan_i2c_get_pressure_adjustment()
465 *adjustment = ETP_PRESSURE_OFFSET; in elan_i2c_get_pressure_adjustment()
H A Delan_i2c_smbus.c287 int *adjustment) in elan_smbus_get_pressure_adjustment() argument
289 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-inno-hdmi.txt21 for adjustment to some frequency settings
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a.dtsi833 snps,quirk-frame-length-adjustment = <0x20>;
836 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
845 snps,quirk-frame-length-adjustment = <0x20>;
848 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
857 snps,quirk-frame-length-adjustment = <0x20>;
860 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1046a.dtsi731 snps,quirk-frame-length-adjustment = <0x20>;
733 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
742 snps,quirk-frame-length-adjustment = <0x20>;
744 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
753 snps,quirk-frame-length-adjustment = <0x20>;
755 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1088a.dtsi495 snps,quirk-frame-length-adjustment = <0x20>;
497 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
506 snps,quirk-frame-length-adjustment = <0x20>;
508 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/openbmc/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8m2.dtsi35 clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
/openbmc/linux/Documentation/driver-api/
H A Dptp.rst85 * When other PTP adjustment functions are called, the PHC servo
88 **NOTE:** '.adjphase' is not a simple time adjustment functionality
/openbmc/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-speaker-one.dts111 st,thermal-warning-adjustment;
/openbmc/linux/Documentation/hwmon/
H A Dpc87427.rst62 temperature format, so user-space adjustment (typically by a factor 2)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch84 + * Process out-of-memory adjustment. Set if running on Linux,
86 + * badness adjustment.
/openbmc/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst11 These auto platform adjustment mechanisms often can be configured with
/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst69 It is worth noting that this adjustment process attempts to hone in on some
72 adjustment of the polling interval.

12345