Home
last modified time | relevance | path

Searched refs:USEC_PER_MINUTE (Results 1 – 25 of 29) sorted by relevance

12

/systemd-251/src/login/
Dlogind-utmp.c39 if (wall_timers[i] * USEC_PER_MINUTE >= left) in when_wall()
40 return left - wall_timers[i-1] * USEC_PER_MINUTE; in when_wall()
141 if (elapse == 0 || elapse - n < 15 * USEC_PER_MINUTE) { in manager_setup_wall_message_timer()
Dlogind-core.c62 m->idle_action_usec = 30 * USEC_PER_MINUTE; in manager_reset_config()
Dpam_systemd.c47 #define LOGIN_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
/systemd-251/src/basic/
Dtime-util.c476 (d % USEC_PER_HOUR) / USEC_PER_MINUTE, s); in format_timestamp_relative()
477 else if (d >= 5*USEC_PER_MINUTE) in format_timestamp_relative()
479 d / USEC_PER_MINUTE, s); in format_timestamp_relative()
480 else if (d >= USEC_PER_MINUTE) in format_timestamp_relative()
482 d / USEC_PER_MINUTE, in format_timestamp_relative()
483 (d % USEC_PER_MINUTE) / USEC_PER_SEC, s); in format_timestamp_relative()
510 { "min", USEC_PER_MINUTE }, in format_timespan()
558 if (t < USEC_PER_MINUTE && b > 0) { in format_timespan()
967 { "minutes", USEC_PER_MINUTE }, in extract_multiplier()
968 { "minute", USEC_PER_MINUTE }, in extract_multiplier()
[all …]
Dtime-util.h52 #define USEC_PER_MINUTE ((usec_t) (60ULL*USEC_PER_SEC)) macro
54 #define USEC_PER_HOUR ((usec_t) (60ULL*USEC_PER_MINUTE))
/systemd-251/src/home/
Dhome-util.h35 #define HOME_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
Dhomed-manager.c207 … .rebalance_interval_usec = 2 * USEC_PER_MINUTE, /* initially, rebalance every 2min */ in manager_new()
1951 … m->rebalance_interval_usec = (usec_t) CLAMP((LESS_BY(log2(min_free), 22)*15*USEC_PER_MINUTE)/26, in manager_rebalance_calculate()
1952 1 * USEC_PER_MINUTE, in manager_rebalance_calculate()
1953 15 * USEC_PER_MINUTE); in manager_rebalance_calculate()
/systemd-251/src/systemctl/
Dsystemctl-compat-shutdown.c132 arg_when = now(CLOCK_REALTIME) + USEC_PER_MINUTE; in shutdown_parse_argv()
Dsystemctl-sysv-compat.c72 *ret = now(CLOCK_REALTIME) + USEC_PER_MINUTE * u; in parse_shutdown_time_spec()
/systemd-251/src/test/
Dtest-rlimit-util.c44 …test_rlimit_parse_format_one(RLIMIT_CPU, "25min:13h", (25*USEC_PER_MINUTE) / USEC_PER_SEC, (13*USE… in TEST()
Dtest-format-table.c501 TABLE_TIMESPAN, (usec_t) 5*USEC_PER_MINUTE, in TEST()
Dtest-time-util.c541 if (mn > USEC_PER_MINUTE) { in TEST()
Dtest-execute.c54 usec_t timeout = 2 * USEC_PER_MINUTE; in wait_for_service_finish()
/systemd-251/src/locale/
Dlocalectl.c29 #define LOCALE_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
/systemd-251/src/oom/
Dtest-oomd-util.c26 timeout = sleep_min * USEC_PER_MINUTE; in fork_and_sleep()
/systemd-251/src/userdb/
Duserwork.c23 #define RUNTIME_MAX_USEC (5 * USEC_PER_MINUTE)
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c1142 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()
3019 if (_unlikely_(c < USEC_PER_MINUTE)) in sleep_between()
3022 c -= USEC_PER_MINUTE; in sleep_between()
/systemd-251/src/udev/
Dudevd.c75 #define EVENT_RETRY_TIMEOUT_USEC (3 * USEC_PER_MINUTE)
1088 … FORMAT_TIMESPAN(EVENT_RETRY_TIMEOUT_USEC, USEC_PER_MINUTE), in event_requeue()
/systemd-251/src/shared/
Dask-password-api.c49 #define KEYRING_TIMEOUT_USEC ((5 * USEC_PER_MINUTE) / 2)
/systemd-251/src/core/
Dmain.c2377 arg_reboot_watchdog = 10 * USEC_PER_MINUTE; in reset_arguments()
2391 arg_default_timer_accuracy_usec = 1 * USEC_PER_MINUTE; in reset_arguments()
/systemd-251/src/resolve/
Dresolved-dns-server.c17 #define DNS_SERVER_FEATURE_GRACE_PERIOD_MIN_USEC (5 * USEC_PER_MINUTE)
Dresolved-dns-dnssec.c28 #define SKEW_MAX (1*USEC_PER_HOUR + 10*USEC_PER_MINUTE)
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c41 #define RESTART_AFTER_NAK_MAX_USEC (30 * USEC_PER_MINUTE)
/systemd-251/src/journal/
Djournalctl.c78 #define DEFAULT_FSS_INTERVAL_USEC (15*USEC_PER_MINUTE)
Djournald-server.c62 #define DEFAULT_SYNC_INTERVAL_USEC (5*USEC_PER_MINUTE)

12