Home
last modified time | relevance | path

Searched refs:history_begin (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/time/
Dtimekeeping.c1316 struct system_time_snapshot *history_begin, in get_device_system_crosststamp() argument
1389 if (!history_begin || in get_device_system_crosststamp()
1390 !timestamp_in_interval(history_begin->cycles, in get_device_system_crosststamp()
1392 history_begin->cs_was_changed_seq != cs_was_changed_seq) in get_device_system_crosststamp()
1395 total_history_cycles = cycles - history_begin->cycles; in get_device_system_crosststamp()
1397 history_begin->clock_was_set_seq != clock_was_set_seq; in get_device_system_crosststamp()
1399 ret = adjust_historical_crosststamp(history_begin, in get_device_system_crosststamp()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c221 struct system_time_snapshot history_begin = {0}; in mlx5_ptp_getcrosststamp() local
229 ktime_get_snapshot(&history_begin); in mlx5_ptp_getcrosststamp()
232 &history_begin, cts); in mlx5_ptp_getcrosststamp()