Searched refs:usec_t (Results 1 - 25 of 203) sorted by relevance

123456789

/systemd/src/core/
H A Ddbus-manager.h26 void bus_manager_send_finished(Manager *m, usec_t firmware_usec, usec_t loader_usec, usec_t kernel_usec, usec_t initrd_usec, usec_t userspace_usec, usec_t total_usec);
H A Dtimer.h41 usec_t value; /* only for monotonic events */
43 usec_t next_elapse;
58 usec_t accuracy_usec;
59 usec_t random_usec;
62 usec_t next_elapse_realtime;
63 usec_t next_elapse_monotonic_or_boottime;
H A Dscope.h43 usec_t timeout_stop_usec;
/systemd/src/network/
H A Dnetworkd-netdev-bridge.h29 usec_t forward_delay;
30 usec_t hello_time;
31 usec_t max_age;
H A Dnetworkd-wait-online.h49 int manager_new(Manager **ret, char **interfaces, char **ignore, usec_t timeout);
/systemd/src/shared/
H A Dacpi-fpdt.h24 int acpi_get_boot_usec(usec_t *loader_start, usec_t *loader_exit);
H A Dwatchdog.h27 int watchdog_set_timeout(usec_t *usec);
H A Dask-password-api.h35 int ask_password_tty(const char *message, const char *keyname, usec_t until, AskPasswordFlags flags, const char *flag_file, char **ret);
36 int ask_password_agent(const char *message, const char *icon, const char *id, const char *keyname, usec_t until, AskPasswordFlags flag, char ***ret);
38 int ask_password_auto(const char *message, const char *icon, const char *id, const char *keyname, usec_t until, AskPasswordFlags flag, char ***ret);
H A Dutmp-wtmp.h32 int utmp_put_reboot(usec_t timestamp);
53 static inline int utmp_put_reboot(usec_t timestamp) {
/systemd/src/journal/
H A Djournal-verify.h24 int journal_file_verify(JournalFile *f, const char *key, usec_t *first_contained, usec_t *last_validated, usec_t *last_contained, bool show_progress);
H A Djournal-vacuum.h27 int journal_directory_vacuum(const char *directory, uint64_t max_use, uint64_t n_max_files, usec_t max_retention_usec, usec_t *oldest_usec, bool verbose);
H A Djournald-rate-limit.h26 JournalRateLimit *journal_rate_limit_new(usec_t interval, unsigned burst);
H A Djournald-server.h88 usec_t sync_interval_usec;
89 usec_t rate_limit_interval;
104 usec_t last_warn_forward_syslog_missed;
108 usec_t cached_space_timestamp;
112 usec_t max_retention_usec;
113 usec_t max_file_usec;
114 usec_t oldest_file_usec;
149 usec_t watchdog_usec;
/systemd/src/basic/
H A Dtime-util.h29 typedef uint64_t usec_t; typedef
38 usec_t realtime;
39 usec_t monotonic;
42 #define USEC_INFINITY ((usec_t) -1)
46 #define USEC_PER_SEC ((usec_t) 1000000ULL)
47 #define USEC_PER_MSEC ((usec_t) 1000ULL)
52 #define USEC_PER_MINUTE ((usec_t) (60ULL*USEC_PER_SEC))
54 #define USEC_PER_HOUR ((usec_t) (60ULL*USEC_PER_MINUTE))
56 #define USEC_PER_DAY ((usec_t) (24ULL*USEC_PER_HOUR))
58 #define USEC_PER_WEEK ((usec_t) (
[all...]
H A Dxattr-util.h33 int fd_setcrtime(int fd, usec_t usec);
35 int fd_getcrtime(int fd, usec_t *usec);
36 int path_getcrtime(const char *p, usec_t *usec);
37 int fd_getcrtime_at(int dirfd, const char *name, usec_t *usec, int flags);
H A Dratelimit.h28 usec_t interval;
29 usec_t begin;
H A Dcalendarspec.h58 int calendar_spec_next_usec(const CalendarSpec *spec, usec_t usec, usec_t *next);
H A Dratelimit.c30 usec_t ts;
/systemd/src/login/
H A Dlogind-utmp.c40 _const_ static usec_t when_wall(usec_t n, usec_t elapse) {
42 usec_t left;
74 static int warn_wall(Manager *m, usec_t n) {
77 usec_t left;
110 usec_t n, next;
138 usec_t n, elapse;
/systemd/src/test/
H A Dtest-watchdog.c26 usec_t t = 10 * USEC_PER_SEC;
H A Dtest-boot-timestamps.c28 usec_t loader_start;
29 usec_t loader_exit;
51 usec_t loader_start;
52 usec_t loader_exit;
H A Dtest-date.c27 usec_t t, q;
48 usec_t t;
54 usec_t t;
/systemd/src/resolve/
H A Dresolved-dns-server.h68 usec_t resend_timeout;
69 usec_t max_rtt;
84 usec_t verified_usec;
85 usec_t features_grace_period_usec;
112 void dns_server_packet_received(DnsServer *s, int protocol, DnsServerFeatureLevel level, usec_t rtt, size_t size);
113 void dns_server_packet_lost(DnsServer *s, int protocol, DnsServerFeatureLevel level, usec_t usec);
H A Dresolved-dns-scope.h58 usec_t resend_timeout;
59 usec_t max_rtt;
80 void dns_scope_packet_received(DnsScope *s, usec_t rtt);
81 void dns_scope_packet_lost(DnsScope *s, usec_t usec);
/systemd/src/import/
H A Dpull-job.h89 usec_t mtime;
94 usec_t start_usec;
95 usec_t last_status_usec;

Completed in 1225 milliseconds

123456789