Home
last modified time | relevance | path

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

/systemd-251/src/userdb/
Duserwork.c461 usec_t start_time, listen_idle_usec, last_busy_usec = USEC_INFINITY; in run() local
503 start_time = now(CLOCK_MONOTONIC); in run()
516 if (n >= usec_add(start_time, RUNTIME_MAX_USEC)) { in run()
518 FORMAT_TIMESPAN(usec_sub_unsigned(n, start_time), 0)); in run()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c103 usec_t start_time; member
803 assert(client->start_time); in client_message_init()
827 assert(time_now >= client->start_time); in client_message_init()
831 secs = ((time_now - client->start_time) / USEC_PER_SEC) ? : 1; in client_message_init()
1443 client->start_time = now(CLOCK_BOOTTIME); in client_start_delayed()