depthattr 264 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c unsigned depthattr = (unsigned) -1; depthattr 328 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c depthattr = strtol(string+1, &end, 10); depthattr 330 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c if (depthattr >= 1 && depthattr <= 3) { depthattr 331 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c type = HWLOC_OBJ_L1ICACHE + depthattr-1; depthattr 336 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c if (depthattr >= 1 && depthattr <= 5) { depthattr 337 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c type = HWLOC_OBJ_L1CACHE + depthattr-1; depthattr 349 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c depthattr = strtol(string+length, &end, 10); depthattr 358 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->cache.depth = depthattr; depthattr 361 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c attrp->group.depth = depthattr;