Searched refs:adjustment (Results 1 – 9 of 9) sorted by relevance
308 unsigned int adjustment = 0; in sm_metadata_get_count() local324 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() local365 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()
450 int *adjustment) in elan_i2c_get_pressure_adjustment() argument463 *adjustment = 0; in elan_i2c_get_pressure_adjustment()465 *adjustment = ETP_PRESSURE_OFFSET; in elan_i2c_get_pressure_adjustment()
115 int *adjustment);
287 int *adjustment) in elan_smbus_get_pressure_adjustment() argument289 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
522 int adjustment) in adjust_slab_journal_block_reference() argument534 VDO_ASSERT_LOG_ONLY((adjustment != 0), "adjustment must be non-zero"); in adjust_slab_journal_block_reference()536 if (adjustment < 0) { in adjust_slab_journal_block_reference()537 VDO_ASSERT_LOG_ONLY((-adjustment <= lock->count), in adjust_slab_journal_block_reference()539 adjustment, lock->count, in adjust_slab_journal_block_reference()543 lock->count += adjustment; in adjust_slab_journal_block_reference()
535 // $r5: ctx offset adjustment for src/dst selection
416 such as refresh rate adjustment.
2712 * Rev A has only a single bit (high bit of field) of slew adjustment.
62 string "RTC used to synchronize NTP adjustment"
Completed in 651 milliseconds