cset               32 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c hwloc_freebsd_bsd2hwloc(hwloc_bitmap_t hwloc_cpuset, const cpuset_t *cset)
cset               37 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c     if (CPU_ISSET(cpu, cset))
cset               42 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c hwloc_freebsd_hwloc2bsd(hwloc_const_bitmap_t hwloc_cpuset, cpuset_t *cset)
cset               45 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   CPU_ZERO(cset);
cset               48 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c       CPU_SET(cpu, cset);
cset               54 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   cpuset_t cset;
cset               56 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   hwloc_freebsd_hwloc2bsd(hwloc_cpuset, &cset);
cset               58 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   if (cpuset_setaffinity(level, which, id, sizeof(cset), &cset))
cset               67 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   cpuset_t cset;
cset               69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   if (cpuset_getaffinity(level, which, id, sizeof(cset), &cset))
cset               72 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   hwloc_freebsd_bsd2hwloc(hwloc_cpuset, &cset);
cset              120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   cpuset_t cset;
cset              127 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   hwloc_freebsd_hwloc2bsd(hwloc_cpuset, &cset);
cset              129 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   err = pthread_setaffinity_np(tid, sizeof(cset), &cset);
cset              146 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   cpuset_t cset;
cset              153 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   err = pthread_getaffinity_np(tid, sizeof(cset), &cset);
cset              160 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   hwloc_freebsd_bsd2hwloc(hwloc_cpuset, &cset);