Home
last modified time | relevance | path

Searched refs:last_event (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/notify/inotify/
Dinotify_fsnotify.c61 struct fsnotify_event *last_event; in inotify_merge() local
63 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge()
64 return event_compare(last_event, event); in inotify_merge()
/linux-4.19.296/drivers/media/rc/
Drc-ir-raw.c111 ev.duration = ktime_to_ns(ktime_sub(now, dev->raw->last_event)); in ir_raw_event_store_edge()
142 dev->raw->last_event = now; in ir_raw_event_store_with_timeout()
563 interval = ktime_sub(ktime_get(), dev->raw->last_event); in ir_raw_edge_handle()
Drc-core-priv.h53 ktime_t last_event; /* when last event occurred */ member
/linux-4.19.296/include/linux/usb/
Dphy.h94 enum usb_phy_events last_event; member