Searched refs:BAD_HVAL (Results 1 – 2 of 2) sorted by relevance
476 } else if (!BAD_HVAL(x->hval) && in uid_insert()487 !BAD_HVAL(x->hval)) { in uid_insert()855 if (x != NULL && !BAD_HVAL(x->hval)) { in htab_remove()921 ASSERT(x != NULL && !BAD_HVAL(x->hval)); in htab_remove()991 if (!BAD_HVAL(hval)) { in htab_lookup()1068 if (!BAD_HVAL(x->hval)) { in htab_get_next()
39 #define BAD_HVAL(H) (((H) & BAD_HVAL_MASK) == BAD_HVAL_MASK) macro