timespec           84 daemons/execd/execd_commands.c     struct timespec t_first_run;    // When op first ran
timespec           85 daemons/execd/execd_commands.c     struct timespec t_run;          // When op most recently ran
timespec           86 daemons/execd/execd_commands.c     struct timespec t_first_queue;  // When op was first queued
timespec           87 daemons/execd/execd_commands.c     struct timespec t_queue;        // When op was most recently queued
timespec          115 daemons/execd/execd_commands.c time_is_set(const struct timespec *timespec)
timespec          117 daemons/execd/execd_commands.c     return (timespec != NULL) &&
timespec          118 daemons/execd/execd_commands.c            ((timespec->tv_sec != 0) || (timespec->tv_nsec != 0));
timespec          129 daemons/execd/execd_commands.c get_current_time(struct timespec *t_current, struct timespec *t_orig)
timespec          150 daemons/execd/execd_commands.c time_diff_ms(const struct timespec *now, const struct timespec *old)
timespec          155 daemons/execd/execd_commands.c         struct timespec local_now = { 0, };
timespec         2986 daemons/fenced/fenced_commands.c     struct timespec tv;
timespec           33 include/crm/common/iso8601_internal.h char *pcmk__timespec2str(const struct timespec *ts, uint32_t flags);
timespec         1979 lib/common/iso8601.c     struct timespec tv;
timespec         2179 lib/common/iso8601.c pcmk__timespec2str(const struct timespec *ts, uint32_t flags)
timespec         2181 lib/common/iso8601.c     struct timespec tmp_ts;
timespec           39 lib/common/logging.c typedef struct timespec *log_time_t;
timespec          846 lib/common/strings.c     struct timespec after_t;
timespec          847 lib/common/strings.c     struct timespec before_t;
timespec          373 lib/common/utils.c         struct timespec req = { .tv_sec = 0, .tv_nsec = (long) (ms * 1000000) };
timespec           39 lib/fencing/st_output.c     const struct timespec ts = {