go.etcd.io/bbolt.TxStats.Spill (field)

7 uses

	go.etcd.io/bbolt (current package)
		node.go#L390: 		tx.stats.Spill++
		tx.go#L683: 	Spill     int           // number of nodes spilled
		tx.go#L700: 	s.Spill += other.Spill
		tx.go#L719: 	diff.Spill = s.Spill - other.Spill