cgroup_mntpnt    2087 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_find_linux_cpuset_mntpnt(char **cgroup_mntpnt, char **cpuset_mntpnt, const char *root_path)
cgroup_mntpnt    2095 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   *cgroup_mntpnt = NULL;
cgroup_mntpnt    2146 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	*cgroup_mntpnt = strdup(mntent.mnt_dir);
cgroup_mntpnt    2229 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 				    const char *cgroup_mntpnt, const char *cpuset_mntpnt, const char *cpuset_name,
cgroup_mntpnt    2238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (cgroup_mntpnt) {
cgroup_mntpnt    2240 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     snprintf(cpuset_filename, CPUSET_FILENAME_LEN, "%s%s/cpuset.%s", cgroup_mntpnt, cpuset_name, attr_name);
cgroup_mntpnt    4426 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   char *cpuset_mntpnt, *cgroup_mntpnt, *cpuset_name = NULL;
cgroup_mntpnt    4427 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hwloc_find_linux_cpuset_mntpnt(&cgroup_mntpnt, &cpuset_mntpnt, root_path);
cgroup_mntpnt    4428 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (cgroup_mntpnt || cpuset_mntpnt) {
cgroup_mntpnt    4431 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_admin_disable_set_from_cpuset(root_fd, cgroup_mntpnt, cpuset_mntpnt, cpuset_name, "cpus", topology->allowed_cpuset);
cgroup_mntpnt    4432 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_admin_disable_set_from_cpuset(root_fd, cgroup_mntpnt, cpuset_mntpnt, cpuset_name, "mems", topology->allowed_nodeset);
cgroup_mntpnt    4434 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     free(cgroup_mntpnt);