Lines Matching defs:hpp
211 struct hashenthead *hpp;
217 hpp = &ht->ht_tab[h & ht->ht_mask];
218 TAILQ_FOREACH(hp, hpp, h_next) {
224 TAILQ_INSERT_TAIL(hpp, hp, h_next);
245 struct hashenthead *hpp;
248 hpp = &ht->ht_tab[i];
249 while ((hp = TAILQ_FIRST(hpp)) != NULL) {
250 TAILQ_REMOVE(hpp, hp, h_next);
268 struct hashenthead *hpp;
272 hpp = &ht->ht_tab[h & ht->ht_mask];
273 TAILQ_FOREACH(hp, hpp, h_next) {
282 TAILQ_INSERT_TAIL(hpp, hp, h_next);
302 struct hashenthead *hpp;
306 hpp = &ht->ht_tab[h & ht->ht_mask];
308 TAILQ_FOREACH(hp, hpp, h_next) {
311 TAILQ_REMOVE(hpp, hp, h_next);
330 struct hashenthead *hpp;
334 hpp = &ht->ht_tab[h & ht->ht_mask];
335 TAILQ_FOREACH(hp, hpp, h_next)
357 struct hashenthead *hpp;
362 hpp = &ht->ht_tab[i];
363 TAILQ_FOREACH(hp, hpp, h_next)
373 struct hashenthead *hpp;
378 hpp = &ht->ht_tab[i];
379 TAILQ_FOREACH(hp, hpp, h_next)