mem_openbsd_arm64.go 638 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // +build openbsd,arm64
  2. // Code generated by cmd/cgo -godefs; DO NOT EDIT.
  3. // cgo -godefs mem/types_openbsd.go
  4. package mem
  5. const (
  6. CTLVfs = 10
  7. VfsGeneric = 0
  8. VfsBcacheStat = 3
  9. )
  10. const (
  11. sizeOfBcachestats = 0x90
  12. )
  13. type Bcachestats struct {
  14. Numbufs int64
  15. Numbufpages int64
  16. Numdirtypages int64
  17. Numcleanpages int64
  18. Pendingwrites int64
  19. Pendingreads int64
  20. Numwrites int64
  21. Numreads int64
  22. Cachehits int64
  23. Busymapped int64
  24. Dmapages int64
  25. Highpages int64
  26. Delwribufs int64
  27. Kvaslots int64
  28. Avail int64
  29. Highflips int64
  30. Highflops int64
  31. Dmaflips int64
  32. }