Home
last modified time | relevance | path

Searched refs:time_start_prev (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/mysql/
H A Das_mysql_resv.c307 if (!resv->time_start_prev) { in as_mysql_modify_resv()
324 resv->time_start_prev); in as_mysql_modify_resv()
335 __func__, resv->id, resv->time_start_prev, resv->cluster); in as_mysql_modify_resv()
362 resv->time_start, resv->time_start_prev, resv->tres_str, in as_mysql_modify_resv()
470 resv->cluster, resv_table, resv->time_start_prev, in as_mysql_remove_resv()
480 resv->cluster, resv_table, resv->time_start_prev, in as_mysql_remove_resv()
/dports/sysutils/slurm-wlm/slurm-20.02.7/slurm/
H A Dslurmdb.h1043 time_t time_start_prev; /* If start time was changed this is member
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurmdb_pack.c2442 pack_time(object->time_start_prev, buffer); in slurmdb_pack_reservation_rec()
2476 pack_time(object->time_start_prev, buffer); in slurmdb_pack_reservation_rec()
2514 safe_unpack_time(&object_ptr->time_start_prev, buffer); in slurmdb_unpack_reservation_rec()
2549 safe_unpack_time(&object_ptr->time_start_prev, buffer); in slurmdb_unpack_reservation_rec()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dreservation.c924 resv.time_start_prev = now; in _post_resv_delete()
975 resv.time_start_prev = resv_ptr->start_time_prev; in _post_resv_update()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/slurmdbd/
H A Daccounting_storage_slurmdbd.c1249 if (!resv->time_start_prev) { in acct_storage_p_modify_reservation()