timespec           86 daemons/execd/execd_commands.c     struct timespec t_first_run;    // When op first ran
timespec           87 daemons/execd/execd_commands.c     struct timespec t_run;          // When op most recently ran
timespec           88 daemons/execd/execd_commands.c     struct timespec t_first_queue;  // When op was first queued
timespec           89 daemons/execd/execd_commands.c     struct timespec t_queue;        // When op was most recently queued
timespec          117 daemons/execd/execd_commands.c time_is_set(struct timespec *timespec)
timespec          119 daemons/execd/execd_commands.c     return (timespec != NULL) &&
timespec          120 daemons/execd/execd_commands.c            ((timespec->tv_sec != 0) || (timespec->tv_nsec != 0));
timespec          131 daemons/execd/execd_commands.c get_current_time(struct timespec *t_current, struct timespec *t_orig)
timespec          152 daemons/execd/execd_commands.c time_diff_ms(struct timespec *now, struct timespec *old)
timespec          157 daemons/execd/execd_commands.c         struct timespec local_now = { 0, };
timespec           39 lib/common/logging.c typedef struct timespec *log_time_t;
timespec          755 lib/common/strings.c     struct timespec after_t;
timespec          756 lib/common/strings.c     struct timespec before_t;
timespec          621 lib/common/utils.c         struct timespec req = { .tv_sec = 0, .tv_nsec = (long) (ms * 1000000) };