Searched refs:madeActive (Results 1 – 3 of 3) sorted by relevance
3188 TimeUtils.formatDuration(job.madeActive - nowUptime, pw); in dumpInternal()3190 TimeUtils.formatDuration(job.madeActive - job.madePending, pw); in dumpInternal()3345 nowUptime - job.madeActive); in dumpInternalProto()3347 job.madeActive - job.madePending); in dumpInternalProto()
468 job.madeActive = now; in noteActive()
235 public long madeActive; field in JobStatus