Searched refs:this_run (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c2659 usec_t this_run; local
2662 this_run = now(CLOCK_MONOTONIC);
2664 l = u64log2(this_run - e->last_run);
2668 if (this_run - e->last_log >= 5*USEC_PER_SEC) {
2670 e->last_log = this_run;

Completed in 783 milliseconds