set_area_membind  480 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.set_area_membind)
set_area_membind  481 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.set_area_membind(topology, addr, len, nodeset, policy, flags);
set_area_membind  652 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   else if (topology->binding_hooks.set_area_membind) {
set_area_membind  656 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_area_membind(topology, p, len, nodeset, policy, flags) && flags & HWLOC_MEMBIND_STRICT) {
set_area_membind  831 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   hooks->set_area_membind = dontset_area_membind;
set_area_membind  917 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     DO(mem,set_area_membind);
set_area_membind 2055 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hooks->set_area_membind = hwloc_linux_set_area_membind;
set_area_membind 1032 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   hooks->set_area_membind = hwloc_solaris_set_area_membind;
set_area_membind 1947 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h   unsigned char set_area_membind;
set_area_membind  231 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/rename.h #define hwloc_set_area_membind HWLOC_NAME(set_area_membind)
set_area_membind  110 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h     int (*set_area_membind)(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags);