Home
last modified time | relevance | path

Searched refs:last_read (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_time.c65 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()
H A Dfbnic.h82 unsigned long last_read; member
/linux/sound/pci/oxygen/
H A Doxygen_io.c146 unsigned int last_read = UINT_MAX; in oxygen_read_ac97() local
159 if (value == last_read) in oxygen_read_ac97()
161 last_read = value; in oxygen_read_ac97()
/linux/drivers/macintosh/
H A Dwindfarm_smu_sat.c31 unsigned long last_read; /* jiffies when cache last updated */ member
122 sat->last_read = jiffies; in wf_sat_read_cache()
146 if (time_after(jiffies, (sat->last_read + MAX_AGE))) { in wf_sat_sensor_get()
/linux/drivers/scsi/esas2r/
H A Desas2r_int.c222 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()
H A Desas2r.h887 u32 last_read; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h74 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;
/linux/security/apparmor/
H A Dapparmorfs.c519 long last_read; member
540 long last_read; in ns_revision_read() local
544 last_read = rev->last_read; in ns_revision_read()
545 if (last_read == rev->ns->revision) { in ns_revision_read()
550 last_read != in ns_revision_read()
558 rev->last_read = rev->ns->revision; in ns_revision_read()
589 if (rev->last_read < rev->ns->revision) in ns_revision_poll()
/linux/drivers/input/touchscreen/
H A Dads7846.c122 int last_read; member
652 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()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c461 u64 last_read = READ_ONCE(rx->gve->last_sync_nic_counter); in gve_rx_skb_hwtstamp() local
463 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()
/linux/kernel/trace/
H A Dtrace_events_hist.c5714 u64 last_read; member
5750 hist_file->last_read = get_hist_hit_count(event_file); in hist_show()
5755 hist_file->last_act = hist_file->last_read; in hist_show()
5777 if (hist_file->last_read != cnt) in event_hist_poll()