Searched refs:madeActive (Results 1 – 3 of 3) sorted by relevance
3415 TimeUtils.formatDuration(job.madeActive - nowUptime, pw); in dumpInternal()3417 TimeUtils.formatDuration(job.madeActive - job.madePending, pw); in dumpInternal()3578 nowUptime - job.madeActive); in dumpInternalProto()3580 job.madeActive - job.madePending); in dumpInternalProto()
468 job.madeActive = now; in noteActive()
277 public long madeActive; field in JobStatus