Lines Matching defs:nel
102 h->nel++;
113 if (!h || !h->nslot || h->nel == U32_MAX)
159 if (!h || !h->nslot || h->nel == U32_MAX)
268 h->nel = 0;
276 h->nel = 0;
353 tag, h->nel, slots_used, h->nslot, max_chain_len,
542 u32 nel, i;
550 nel = le32_to_cpu(buf[0]);
551 if (!nel) {
557 rc = avtab_alloc(a, nel);
561 for (i = 0; i < nel; i++) {
624 buf[0] = cpu_to_le32(a->nel);