func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L789: 	runqput(_g_.m.p.ptr(), gp, next)
		proc.go#L3360: 	runqput(pp, gp, false)
		proc.go#L3982: 		runqput(_p_, newg, true)
		proc.go#L5595: 		runqput(_p_, gp1, false)
		proc.go#L5739: func runqput(_p_ *p, gp *g, next bool) {