Searched defs:latest_index (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c129 unsigned latest_index; member in struct:sd_event_source::__anon147::__anon149
821 prioq_remove(d->latest, s, &s->time.latest_index);
920 prioq_reshuffle(d->latest, s, &s->time.latest_index);
1105 s->time.earliest_index = s->time.latest_index = PRIOQ_IDX_NULL;
1115 r = prioq_put(d->latest, s, &s->time.latest_index);
1630 prioq_reshuffle(d->latest, s, &s->time.latest_index);
1687 prioq_reshuffle(d->latest, s, &s->time.latest_index);
1772 prioq_reshuffle(d->latest, s, &s->time.latest_index);
1807 prioq_reshuffle(d->latest, s, &s->time.latest_index);
2090 prioq_reshuffle(d->latest, s, &s->time.latest_index);
[all...]

Completed in 24 milliseconds