Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dlru.c64 u64 old_time, u64 new_time) in bch2_lru_change() argument
66 if (old_time == new_time) in bch2_lru_change()
69 return bch2_lru_del(trans, lru_id, dev_bucket, old_time) ?: in bch2_lru_change()
/linux-6.12.1/fs/sysv/
Dinode.c38 u32 time = (u32)ktime_get_real_seconds(), old_time; in sysv_sync_fs() local
47 old_time = fs32_to_cpu(sbi, *sbi->s_sb_time); in sysv_sync_fs()
49 if (*sbi->s_sb_state == cpu_to_fs32(sbi, 0x7c269d38u - old_time)) in sysv_sync_fs()
/linux-6.12.1/include/linux/iio/
Diio-gts-helper.h197 int old_time, int new_time,
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.h109 u64 old_time; member
Dbnxt_ptp.c109 WRITE_ONCE(ptp->old_time, ptp->current_time); in bnxt_ptp_get_current_time()
177 WRITE_ONCE(ptp->old_time, ptp->current_time); in bnxt_ptp_update_current_time()
816 BNXT_READ_TIME64(ptp, time, ptp->old_time); in bnxt_get_rx_ts_p5()
1082 WRITE_ONCE(ptp->old_time, ptp->current_time); in bnxt_ptp_init()
/linux-6.12.1/drivers/iio/
Dindustrialio-gts-helper.c1060 int old_time, int new_time, in iio_gts_find_new_gain_by_old_gain_time() argument
1073 ret = iio_gts_get_scale_linear(gts, old_gain, old_time, &scale); in iio_gts_find_new_gain_by_old_gain_time()