Home | History | Annotate | Download | only in perf

Lines Matching defs:nbuckets

18207     int nbuckets, h;
18232 nbuckets = base[0];
18233 h = elf_hash(name) % nbuckets;
18239 if (hs->nb_hashed_syms > 2 * nbuckets) {
18240 rebuild_hash(s, 2 * nbuckets);
18256 int nbuckets, sym_index, h;
18262 nbuckets = ((int *)hs->data)[0];
18263 h = elf_hash(name) % nbuckets;
18270 sym_index = ((int *)hs->data)[2 + nbuckets + sym_index];