t_first_run        86 daemons/execd/execd_commands.c     struct timespec t_first_run;    // When op first ran
t_first_run       192 daemons/execd/execd_commands.c     cmd->t_run = cmd->t_first_run;
t_first_run       974 daemons/execd/execd_commands.c                 int time_sum = time_diff_ms(NULL, &(cmd->t_first_run));
t_first_run      1016 daemons/execd/execd_commands.c         int time_sum = time_diff_ms(NULL, &(cmd->t_first_run));
t_first_run      1450 daemons/execd/execd_commands.c         get_current_time(&(cmd->t_run), &(cmd->t_first_run));