func go.etcd.io/bbolt.madvise

2 uses

	go.etcd.io/bbolt (current package)
		bolt_unix.go#L58: 	err = madvise(b, syscall.MADV_RANDOM)
		bolt_unix.go#L87: func madvise(b []byte, advice int) (err error) {