Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c111 usec_t perturb; member
391 .perturb = USEC_INFINITY, in sd_event_new()
1138 if (_likely_(e->perturb != USEC_INFINITY)) in initialize_perturb()
1142 e->perturb = (bootid.qwords[0] ^ bootid.qwords[1]) % USEC_PER_MINUTE; in initialize_perturb()
3017 c = (b / USEC_PER_MINUTE) * USEC_PER_MINUTE + e->perturb; in sleep_between()
3028 c = (b / (USEC_PER_SEC*10)) * (USEC_PER_SEC*10) + (e->perturb % (USEC_PER_SEC*10)); in sleep_between()
3039 c = (b / USEC_PER_SEC) * USEC_PER_SEC + (e->perturb % USEC_PER_SEC); in sleep_between()
3050 c = (b / (USEC_PER_MSEC*250)) * (USEC_PER_MSEC*250) + (e->perturb % (USEC_PER_MSEC*250)); in sleep_between()