sets             3683 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  unsigned sets, lines_per_tag;
sets             3738 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  sets = 0;
sets             3740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  hwloc_read_path_as_uint(str, &sets, data->root_fd);
sets             3752 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  if (!linesize || !lines_per_tag || !sets)
sets             3754 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  else if (sets == 1)
sets             3757 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    cache->attr->cache.associativity = (kB << 10) / linesize / lines_per_tag / sets;
sets              186 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   unsigned sets;
sets              258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   cache->sets = 0;
sets              427 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       unsigned long linesize, linepart, ways, sets;
sets              453 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       cache->sets = sets = ecx + 1;
sets              454 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       cache->size = linesize * linepart * ways * sets;
sets              460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 		  cache->nbthreads_sharing, linesize, linepart, ways, sets, cache->size >> 10);
sets              533 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       unsigned long linesize, linepart, ways, sets;
sets              561 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       cache->sets = sets = ecx + 1;
sets              562 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       cache->size = linesize * linepart * ways * sets;
sets              568 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 		  cache->nbthreads_sharing, linesize, linepart, ways, sets, cache->size >> 10);