needcaches        681 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     unsigned needcaches = 0;
needcaches        695 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     needcaches = (_count > 4 ? 4 : _count);
needcaches        696 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     _count -= needcaches;
needcaches        716 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (needcaches) {
needcaches        720 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned l2depth = l3depth + (needcaches >= 3);
needcaches        723 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (needcaches >= 3) {
needcaches        733 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (needcaches >= 2) {
needcaches        739 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (needcaches >= 4) {
needcaches        747 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned depth = 1 + needgroups + needpack + neednuma + needcaches;