Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c105 struct clock_data realtime;
106 struct clock_data boottime;
107 struct clock_data monotonic;
108 struct clock_data realtime_alarm;
109 struct clock_data boottime_alarm;
311 static void free_clock_data(struct clock_data *d) { in free_clock_data()
565 static struct clock_data* event_get_clock_data(sd_event *e, EventSourceType t) { in event_get_clock_data()
777 struct clock_data *d; in event_source_time_prioq_reshuffle()
799 struct clock_data *d) { in event_source_time_prioq_remove()
838 struct clock_data *d; in source_disconnect()
[all …]
Devent-source.h134 struct clock_data { struct