kubernetes/vendor/go.etcd.io/etcd/pkg/v3/runtime/fds_linux.go

func FDLimit() (uint64, error) {}

func FDUsage() (uint64, error) {}

// countFiles reads the directory named by dirname and returns the count.
func countFiles(dirname string) (uint64, error) {}