get_thisproc_membind  354 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_membind)
get_thisproc_membind  355 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisproc_membind(topology, nodeset, policy, flags);
get_thisproc_membind  360 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_membind) {
get_thisproc_membind  361 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.get_thisproc_membind(topology, nodeset, policy, flags);
get_thisproc_membind  826 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   hooks->get_thisproc_membind = dontget_thisproc_membind;
get_thisproc_membind  912 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     DO(mem,get_thisproc_membind);
get_thisproc_membind  847 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hooks->get_thisproc_membind = hwloc_aix_get_thisproc_membind;
get_thisproc_membind 1028 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   hooks->get_thisproc_membind = hwloc_solaris_get_thisproc_membind;
get_thisproc_membind 1104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     hooks->get_thisproc_membind = hwloc_win_get_thisproc_membind;
get_thisproc_membind 1937 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h   unsigned char get_thisproc_membind;
get_thisproc_membind  105 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h     int (*get_thisproc_membind)(hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags);