var runtime.xbuckets

5 uses

	runtime (current package)
		mprof.go#L143: 	xbuckets  *bucket // mutex profile buckets
		mprof.go#L250: 		b.allnext = xbuckets
		mprof.go#L251: 		xbuckets = b
		mprof.go#L671: 	for b := xbuckets; b != nil; b = b.allnext {
		mprof.go#L676: 		for b := xbuckets; b != nil; b = b.allnext {