Lines Matching refs:hashed
414 return vtw->hashed && vtw->expire.tv_sec;
523 if (!vtw->hashed) {
670 vtw->hashed = 0;
680 if (vtw->hashed) {
712 KASSERT(!vtw->hashed);
738 vtw->hashed = 1;
751 KASSERT(!vtw->hashed);
769 vtw->hashed = 1;
849 KASSERT(vtw->hashed);
995 KASSERT(vtw->hashed);
1424 if (vtw->hashed || vtw->expire.tv_sec) {
1436 , vtw->hashed ? " hashed" : ""));