/Linux-v4.19/kernel/locking/ |
D | rwsem-xadd.c | 132 long oldcount, woken = 0, adjustment = 0; in __rwsem_mark_wake() local 161 adjustment = RWSEM_ACTIVE_READ_BIAS; in __rwsem_mark_wake() 163 oldcount = atomic_long_fetch_add(adjustment, &sem->count); in __rwsem_mark_wake() 171 if (atomic_long_add_return(-adjustment, &sem->count) < in __rwsem_mark_wake() 212 adjustment = woken * RWSEM_ACTIVE_READ_BIAS - adjustment; in __rwsem_mark_wake() 215 adjustment -= RWSEM_WAITING_BIAS; in __rwsem_mark_wake() 218 if (adjustment) in __rwsem_mark_wake() 219 atomic_long_add(adjustment, &sem->count); in __rwsem_mark_wake() 228 long count, adjustment = -RWSEM_ACTIVE_READ_BIAS; in __rwsem_down_read_failed_common() local 237 adjustment += RWSEM_WAITING_BIAS; in __rwsem_down_read_failed_common() [all …]
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 32 u64 adjustment; in e1000e_phc_adjfreq() local 53 adjustment = incvalue; in e1000e_phc_adjfreq() 54 adjustment *= delta; in e1000e_phc_adjfreq() 55 adjustment = div_u64(adjustment, 1000000000); in e1000e_phc_adjfreq() 57 incvalue = neg_adj ? (incvalue - adjustment) : (incvalue + adjustment); in e1000e_phc_adjfreq()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_NPT.c | 38 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry() 75 csum_unfold(npt->adjustment))); in ip6t_npt_map_pfx() 115 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment), 127 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-space-map-metadata.c | 306 unsigned adjustment = 0; in sm_metadata_get_count() local 322 adjustment++; in sm_metadata_get_count() 326 adjustment--; in sm_metadata_get_count() 335 *result += adjustment; in sm_metadata_get_count() 343 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local 363 adjustment++; in sm_metadata_count_is_more_than_one() 367 adjustment--; in sm_metadata_count_is_more_than_one() 372 if (adjustment > 1) { in sm_metadata_count_is_more_than_one() 387 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
|
/Linux-v4.19/Documentation/networking/ |
D | ila.txt | 128 adjustment can be precomputed and saved with the mapping. 130 Note that the checksum neutral adjustment affects the low order sixteen 175 adjustment value are not present so an identifier is considered an 184 The checksum neutral adjustment may be configured to always be 186 checksum adjustment is in the low order 16 bits. The identifier is 192 | | Checksum-neutral adjustment | 201 | | Checksum-neutral adjustment | 206 configuration. The checksum neutral adjustment may automatically 212 | | Checksum-neutral adjustment | 221 | | Checksum-neutral adjustment |
|
/Linux-v4.19/sound/soc/sti/ |
D | uniperif_player.c | 157 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()
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 42 - 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.
|
D | st,sta32x.txt | 42 - st,thermal-warning-adjustment: 43 If present, thermal warning adjustment is enabled.
|
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_NPT.h | 14 __sum16 adjustment; member
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 78 - snps,quirk-frame-length-adjustment: Value for GFLADJ_30MHZ field of GFLADJ 79 register for post-silicon frame length adjustment when the 99 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0 116 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
|
/Linux-v4.19/drivers/staging/iio/Documentation/light/ |
D | sysfs-bus-iio-light-tsl2x7x | 12 Causes a recalculation and adjustment to the
|
/Linux-v4.19/drivers/input/mouse/ |
D | elan_i2c.h | 86 int *adjustment);
|
D | elan_i2c_i2c.c | 443 int *adjustment) in elan_i2c_get_pressure_adjustment() argument 456 *adjustment = 0; in elan_i2c_get_pressure_adjustment() 458 *adjustment = ETP_PRESSURE_OFFSET; in elan_i2c_get_pressure_adjustment()
|
D | elan_i2c_smbus.c | 290 int *adjustment) in elan_smbus_get_pressure_adjustment() argument 292 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | sysinfo.h | 70 unsigned short adjustment[0]; member
|
/Linux-v4.19/Documentation/hwmon/ |
D | pc87427 | 58 temperature format, so user-space adjustment (typically by a factor 2)
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | halt-polling.txt | 65 It is worth noting that this adjustment process attempts to hone in on some 68 adjustment of the polling interval.
|
/Linux-v4.19/Documentation/devicetree/bindings/ptp/ |
D | ptp-qoriq.txt | 19 - fsl,max-adj Maximum frequency adjustment in parts per billion.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-rtc | 75 adjustment. The unit is parts per billion, i.e. The number of
|
D | sysfs-ptp | 33 frequency adjustment value (a positive integer) in
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt7622.txt | 73 cycle when asserted (high pulse width adjustment). Valid arguments are from 0 76 cycle when asserted (high pulse width adjustment). Valid arguments are from 0
|
/Linux-v4.19/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043a.dtsi | 610 snps,quirk-frame-length-adjustment = <0x20>; 619 snps,quirk-frame-length-adjustment = <0x20>; 628 snps,quirk-frame-length-adjustment = <0x20>;
|
D | fsl-ls1046a.dtsi | 571 snps,quirk-frame-length-adjustment = <0x20>; 580 snps,quirk-frame-length-adjustment = <0x20>; 589 snps,quirk-frame-length-adjustment = <0x20>;
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 38 rxc-skew-ps=<0> actually results in -900 picoseconds adjustment.
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | mtk-nand.txt | 84 (otherwise the driver will do the adjustment at runtime)
|