ratz/src/system/capacity/cgroups/subsys.go

const _cgroupSep

const _cgroupSubsysSep

const _csFieldIDID

const _csFieldIDSubsystems

const _csFieldIDName

const _csFieldCount

type CGroupSubsys

// NewCGroupSubsysFromLine returns a new *CGroupSubsys by parsing a string in
// the format of `/proc/$PID/cgroup`
func NewCGroupSubsysFromLine(line string) (*CGroupSubsys, error) {}

// parseCGroupSubsystems parses procPathCGroup (usually at `/proc/$PID/cgroup`)
// and returns a new map[string]*CGroupSubsys.
func parseCGroupSubsystems(procPathCGroup string) (map[string]*CGroupSubsys, error) {}