Searched refs:last_read (Results 1 – 9 of 9) sorted by relevance
65 if (time_is_after_jiffies(fbd->last_read + in fbnic_ptp_fresh_check()70 (jiffies - fbd->last_read - FBNIC_TS_HIGH_REFRESH_JIF) / HZ); in fbnic_ptp_fresh_check()89 fbd->last_read = jiffies; in fbnic_ptp_refresh_time()
82 unsigned long last_read; member
31 unsigned long last_read; /* jiffies when cache last updated */ member122 sat->last_read = jiffies; in wf_sat_read_cache()146 if (time_after(jiffies, (sat->last_read + MAX_AGE))) { in wf_sat_sensor_get()
222 rspget_ptr = a->last_read; in esas2r_get_outbound_responses()294 a->last_read = rspget_ptr; in esas2r_get_outbound_responses()427 a->last_read = a->list_size - 1; in esas2r_process_adapter_reset()
887 u32 last_read; member
1064 a->last_read = a->list_size - 1; in esas2r_check_adapter()
74 unsigned long *last_read, unsigned long *last_write,76 TP_ARGS(read_count, write_count, last_read, last_write, func, line),88 __entry->read_delta = read_count - *last_read;92 *last_read = read_count;
122 int last_read; member652 if (!ts->read_cnt || (abs(ts->last_read - *val) > ts->debounce_tol)) { in ads7846_debounce_filter()660 ts->last_read = *val; in ads7846_debounce_filter()
461 u64 last_read = READ_ONCE(rx->gve->last_sync_nic_counter); in gve_rx_skb_hwtstamp() local463 u32 low = (u32)last_read; in gve_rx_skb_hwtstamp()466 skb_hwtstamps(skb)->hwtstamp = ns_to_ktime(last_read + diff); in gve_rx_skb_hwtstamp()
Completed in 64 milliseconds