binding_hooks      70 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisproc_cpubind)
binding_hooks      71 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.set_thisproc_cpubind(topology, set, flags);
binding_hooks      73 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisthread_cpubind)
binding_hooks      74 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.set_thisthread_cpubind(topology, set, flags);
binding_hooks      76 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisproc_cpubind) {
binding_hooks      77 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.set_thisproc_cpubind(topology, set, flags);
binding_hooks      82 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisthread_cpubind)
binding_hooks      83 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.set_thisthread_cpubind(topology, set, flags);
binding_hooks      99 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_cpubind)
binding_hooks     100 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisproc_cpubind(topology, set, flags);
binding_hooks     102 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisthread_cpubind)
binding_hooks     103 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisthread_cpubind(topology, set, flags);
binding_hooks     105 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_cpubind) {
binding_hooks     106 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.get_thisproc_cpubind(topology, set, flags);
binding_hooks     111 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisthread_cpubind)
binding_hooks     112 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisthread_cpubind(topology, set, flags);
binding_hooks     131 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.set_proc_cpubind)
binding_hooks     132 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.set_proc_cpubind(topology, pid, set, flags);
binding_hooks     146 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.get_proc_cpubind)
binding_hooks     147 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.get_proc_cpubind(topology, pid, set, flags);
binding_hooks     166 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.set_thread_cpubind)
binding_hooks     167 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.set_thread_cpubind(topology, tid, set, flags);
binding_hooks     181 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.get_thread_cpubind)
binding_hooks     182 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.get_thread_cpubind(topology, tid, set, flags);
binding_hooks     198 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_last_cpu_location)
binding_hooks     199 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisproc_last_cpu_location(topology, set, flags);
binding_hooks     201 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisthread_last_cpu_location)
binding_hooks     202 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisthread_last_cpu_location(topology, set, flags);
binding_hooks     204 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_last_cpu_location) {
binding_hooks     205 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.get_thisproc_last_cpu_location(topology, set, flags);
binding_hooks     210 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisthread_last_cpu_location)
binding_hooks     211 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisthread_last_cpu_location(topology, set, flags);
binding_hooks     226 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.get_proc_last_cpu_location)
binding_hooks     227 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.get_proc_last_cpu_location(topology, pid, set, flags);
binding_hooks     307 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisproc_membind)
binding_hooks     308 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.set_thisproc_membind(topology, nodeset, policy, flags);
binding_hooks     310 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisthread_membind)
binding_hooks     311 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.set_thisthread_membind(topology, nodeset, policy, flags);
binding_hooks     313 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisproc_membind) {
binding_hooks     314 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.set_thisproc_membind(topology, nodeset, policy, flags);
binding_hooks     319 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.set_thisthread_membind)
binding_hooks     320 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.set_thisthread_membind(topology, nodeset, policy, flags);
binding_hooks     354 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_membind)
binding_hooks     355 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisproc_membind(topology, nodeset, policy, flags);
binding_hooks     357 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisthread_membind)
binding_hooks     358 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisthread_membind(topology, nodeset, policy, flags);
binding_hooks     360 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_membind) {
binding_hooks     361 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.get_thisproc_membind(topology, nodeset, policy, flags);
binding_hooks     366 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisthread_membind)
binding_hooks     367 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisthread_membind(topology, nodeset, policy, flags);
binding_hooks     404 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.set_proc_membind)
binding_hooks     405 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.set_proc_membind(topology, pid, nodeset, policy, flags);
binding_hooks     439 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.get_proc_membind)
binding_hooks     440 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.get_proc_membind(topology, pid, nodeset, policy, flags);
binding_hooks     480 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.set_area_membind)
binding_hooks     481 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.set_area_membind(topology, addr, len, nodeset, policy, flags);
binding_hooks     520 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.get_area_membind)
binding_hooks     521 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.get_area_membind(topology, addr, len, nodeset, policy, flags);
binding_hooks     557 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.get_area_memlocation)
binding_hooks     558 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.get_area_memlocation(topology, addr, len, nodeset, flags);
binding_hooks     627 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.alloc)
binding_hooks     628 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.alloc(topology, len);
binding_hooks     650 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.alloc_membind)
binding_hooks     651 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.alloc_membind(topology, len, nodeset, policy, flags);
binding_hooks     652 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   else if (topology->binding_hooks.set_area_membind) {
binding_hooks     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) {
binding_hooks     700 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   if (topology->binding_hooks.free_membind)
binding_hooks     701 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     return topology->binding_hooks.free_membind(topology, addr, len);
binding_hooks     883 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     hwloc_set_native_binding_hooks(&topology->binding_hooks, &topology->support);
binding_hooks     887 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     hwloc_set_dummy_hooks(&topology->binding_hooks, &topology->support);
binding_hooks     896 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.kind) \
binding_hooks     899 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   memcpy(&new->binding_hooks, &old->binding_hooks, sizeof(old->binding_hooks));
binding_hooks    3021 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (topology->binding_hooks.get_allowed_resources && topology->is_thissystem) {
binding_hooks    3025 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       topology->binding_hooks.get_allowed_resources(topology);
binding_hooks    3189 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   memset(&topology->binding_hooks, 0, sizeof(topology->binding_hooks));
binding_hooks     670 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/rename.h #define hwloc_binding_hooks HWLOC_NAME(binding_hooks)
binding_hooks     121 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h   } binding_hooks;
binding_hooks     235 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_linuxfs_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     239 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_bgq_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     243 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_solaris_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     247 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_aix_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     251 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_windows_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     255 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_darwin_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     259 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_freebsd_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     263 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_netbsd_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);
binding_hooks     267 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc_set_hpux_hooks(struct hwloc_binding_hooks *binding_hooks, struct hwloc_topology_support *support);