linuxmask        1611 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long *linuxmask;
linuxmask        1628 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   linuxmask = calloc(max_os_index/HWLOC_BITS_PER_LONG, sizeof(long));
linuxmask        1629 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (!linuxmask) {
linuxmask        1636 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     linuxmask[i] = hwloc_bitmap_to_ith_ulong(nodeset, i);
linuxmask        1642 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   *linuxmaskp = linuxmask;
linuxmask        1649 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 				    unsigned max_os_index, const unsigned long *linuxmask)
linuxmask        1660 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     hwloc_bitmap_set_ith_ulong(nodeset, i, linuxmask[i]);
linuxmask        1667 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long *linuxmask;
linuxmask        1694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_linux_membind_mask_from_nodeset(topology, nodeset, &max_os_index, &linuxmask);
linuxmask        1704 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_mbind((void *) addr, len, linuxpolicy, linuxmask, max_os_index+1, linuxflags);
linuxmask        1708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   free(linuxmask);
linuxmask        1712 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   free(linuxmask);
linuxmask        1740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long *linuxmask;
linuxmask        1761 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_linux_membind_mask_from_nodeset(topology, nodeset, &max_os_index, &linuxmask);
linuxmask        1768 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     err = hwloc_migrate_pages(0, max_os_index+1, fullmask, linuxmask);
linuxmask        1773 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_set_mempolicy(linuxpolicy, linuxmask, max_os_index+1);
linuxmask        1777 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   free(linuxmask);
linuxmask        1781 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   free(linuxmask);
linuxmask        1838 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c static int hwloc_linux_mask_is_empty(unsigned max_os_index, unsigned long *linuxmask)
linuxmask        1842 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (linuxmask[i])
linuxmask        1856 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long linuxmask[max_os_index/HWLOC_BITS_PER_LONG];
linuxmask        1858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_get_mempolicy(&linuxpolicy, linuxmask, max_os_index, 0, 0);
linuxmask        1863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (linuxpolicy == MPOL_PREFERRED && hwloc_linux_mask_is_empty(max_os_index, linuxmask))
linuxmask        1869 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     hwloc_linux_membind_mask_to_nodeset(topology, nodeset, max_os_index, linuxmask);
linuxmask        1897 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long linuxmask[max_os_index/HWLOC_BITS_PER_LONG];
linuxmask        1904 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     err = hwloc_get_mempolicy(&linuxpolicy, linuxmask, max_os_index, tmpaddr, MPOL_F_ADDR);
linuxmask        1909 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (linuxpolicy == MPOL_PREFERRED && hwloc_linux_mask_is_empty(max_os_index, linuxmask))
linuxmask        1923 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c         globallinuxmask[i] |= linuxmask[i];