type internal/cpu.CacheLinePad

25 uses

	internal/cpu (current package)
		cpu.go#L17: type CacheLinePad struct{ _ [CacheLinePadSize]byte }
		cpu.go#L29: 	_            CacheLinePad
		cpu.go#L51: 	_            CacheLinePad
		cpu.go#L57: 	_            CacheLinePad
		cpu.go#L61: 	_            CacheLinePad
		cpu.go#L67: 	_          CacheLinePad
		cpu.go#L79: 	_          CacheLinePad
		cpu.go#L85: 	_         CacheLinePad
		cpu.go#L91: 	_         CacheLinePad
		cpu.go#L95: 	_      CacheLinePad
		cpu.go#L97: 	_      CacheLinePad
		cpu.go#L106: 	_         CacheLinePad
		cpu.go#L112: 	_         CacheLinePad
		cpu.go#L116: 	_         CacheLinePad
		cpu.go#L138: 	_         CacheLinePad
		cpu.go#L146: 	_                 CacheLinePad
		cpu.go#L150: 	_                 CacheLinePad

	runtime
		mgc.go#L327: 	_     cpu.CacheLinePad // prevents false-sharing between full and empty
		mgc.go#L329: 	_     cpu.CacheLinePad // prevents false-sharing between empty and nproc/nwait
		mgc.go#L340: 	_ cpu.CacheLinePad // prevents false-sharing between wbufSpans and spanq
		mgcpacer.go#L368: 	_ cpu.CacheLinePad
		mheap.go#L128: 	_ cpu.CacheLinePad // prevents false-sharing between arenas and preceding variables
		mheap.go#L255: 	_ cpu.CacheLinePad
		tracemap.go#L28: 	_    cpu.CacheLinePad
		tracemap.go#L30: 	_    cpu.CacheLinePad