Home
last modified time | relevance | path

Searched refs:old_time (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dlru.h58 u64 old_time, u64 new_time) in bch2_lru_change() argument
60 return old_time != new_time in bch2_lru_change()
61 ? __bch2_lru_change(trans, lru_id, dev_bucket, old_time, new_time) in bch2_lru_change()
H A Dlru.c65 u64 old_time, u64 new_time) in __bch2_lru_change() argument
67 if (old_time == new_time) in __bch2_lru_change()
70 return bch2_lru_del(trans, lru_id, dev_bucket, old_time) ?: in __bch2_lru_change()
/linux-6.15/include/linux/iio/
H A Diio-gts-helper.h200 int old_time, int new_time,
203 int old_time, int new_time,
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.h114 u32 old_time; member
192 time = (u64)READ_ONCE(ptp->old_time) << BNXT_HI_TIMER_SHIFT; in bnxt_extend_cycles_32b_to_48b()
H A Dbnxt_ptp.c143 WRITE_ONCE(ptp->old_time, ptp->current_time >> BNXT_HI_TIMER_SHIFT); in bnxt_ptp_get_current_time()
207 WRITE_ONCE(ptp->old_time, ptp->current_time >> BNXT_HI_TIMER_SHIFT); in bnxt_ptp_update_current_time()
1114 WRITE_ONCE(ptp->old_time, ptp->current_time >> BNXT_HI_TIMER_SHIFT); in bnxt_ptp_init()
/linux-6.15/drivers/iio/
H A Dindustrialio-gts-helper.c1180 int old_time, int new_time, in iio_gts_find_new_gain_by_old_gain_time() argument
1193 ret = iio_gts_get_scale_linear(gts, old_gain, old_time, &scale); in iio_gts_find_new_gain_by_old_gain_time()
1227 int old_time, int new_time, in iio_gts_find_new_gain_by_gain_time_min() argument
1233 ret = iio_gts_find_new_gain_by_old_gain_time(gts, old_gain, old_time, in iio_gts_find_new_gain_by_gain_time_min()