Lines Matching defs:mask
56 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask)
89 return hash & mask;
146 hvalue = avtab_hash(key, h->mask);
177 * key/specified mask into the table, as needed by the conditional avtab.
190 hvalue = avtab_hash(key, h->mask);
223 hvalue = avtab_hash(key, h->mask);
258 hvalue = avtab_hash(key, h->mask);
330 h->mask = 0;
365 uint32_t mask = 0;
382 mask = nslot - 1;
390 h->mask = mask;