Home | History | Annotate | Download | only in src

Lines Matching refs:nel

77 	h->nel++;
297 h->nel = 0;
326 h->nel = 0;
356 tag, h->nel, slots_used, h->nslot, max_chain_len);
495 uint32_t nel;
502 nel = le32_to_cpu(buf[0]);
503 if (!nel) {
508 rc = avtab_alloc(a, nel);
514 for (i = 0; i < nel; i++) {
521 ERR(fp->handle, "failed on entry %d of %u", i, nel);