kubernetes/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go

type BlkioGroup

func (s *BlkioGroup) Name() string {}

func (s *BlkioGroup) Apply(path string, _ *configs.Resources, pid int) error {}

func (s *BlkioGroup) Set(path string, r *configs.Resources) error {}

func splitBlkioStatLine(r rune) bool {}

func getBlkioStat(dir, file string) ([]cgroups.BlkioStatEntry, error) {}

func (s *BlkioGroup) GetStats(path string, stats *cgroups.Stats) error {}

func (s *BlkioGroup) detectWeightFilenames(path string) {}