Home | History | Annotate | Download | only in runtime

Lines Matching refs:stolen

438 	stolen := int64(0)
441 stolen = bgScanCredit
442 gp.gcAssistBytes += 1 + int64(gcController.assistBytesPerWork*float64(stolen))
444 stolen = scanWork
447 atomic.Xaddint64(&gcController.bgScanCredit, -stolen)
449 scanWork -= stolen