hashval 273 dev/raidframe/rf_stripelocks.c int tid = 0, hashval = HASH_STRIPEID(stripeID);
hashval 291 dev/raidframe/rf_stripelocks.c hashval);
hashval 299 dev/raidframe/rf_stripelocks.c RF_LOCK_MUTEX(lockTable[hashval].mutex);
hashval 300 dev/raidframe/rf_stripelocks.c for (lockDesc = lockTable[hashval].descList; lockDesc;
hashval 309 dev/raidframe/rf_stripelocks.c lockDesc->next = lockTable[hashval].descList;
hashval 310 dev/raidframe/rf_stripelocks.c lockTable[hashval].descList = lockDesc;
hashval 382 dev/raidframe/rf_stripelocks.c hashval);
hashval 394 dev/raidframe/rf_stripelocks.c RF_UNLOCK_MUTEX(lockTable[hashval].mutex);
hashval 405 dev/raidframe/rf_stripelocks.c int tid = 0, hashval = HASH_STRIPEID(stripeID);
hashval 428 dev/raidframe/rf_stripelocks.c RF_LOCK_MUTEX(lockTable[hashval].mutex);
hashval 431 dev/raidframe/rf_stripelocks.c for (ld_t = NULL, lockDesc = lockTable[hashval].descList;
hashval 688 dev/raidframe/rf_stripelocks.c RF_ASSERT(lockDesc == lockTable[hashval].descList);
hashval 689 dev/raidframe/rf_stripelocks.c lockTable[hashval].descList = lockDesc->next;
hashval 694 dev/raidframe/rf_stripelocks.c RF_UNLOCK_MUTEX(lockTable[hashval].mutex);
hashval 288 netinet/ip_ipsp.c u_int32_t hashval;
hashval 294 netinet/ip_ipsp.c hashval = tdb_hash(spi, dst, proto);
hashval 296 netinet/ip_ipsp.c for (tdbp = tdbh[hashval]; tdbp != NULL; tdbp = tdbp->tdb_hnext)
hashval 313 netinet/ip_ipsp.c u_int32_t hashval;
hashval 320 netinet/ip_ipsp.c hashval = tdb_hash(0, src, proto);
hashval 322 netinet/ip_ipsp.c for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext)
hashval 336 netinet/ip_ipsp.c hashval = tdb_hash(0, &su_null, proto);
hashval 338 netinet/ip_ipsp.c for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext)
hashval 414 netinet/ip_ipsp.c u_int32_t hashval;
hashval 420 netinet/ip_ipsp.c hashval = tdb_hash(0, dst, sproto);
hashval 422 netinet/ip_ipsp.c for (tdbp = tdbaddr[hashval]; tdbp != NULL; tdbp = tdbp->tdb_anext)
hashval 446 netinet/ip_ipsp.c u_int32_t hashval;
hashval 452 netinet/ip_ipsp.c hashval = tdb_hash(0, src, sproto);
hashval 454 netinet/ip_ipsp.c for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext)
hashval 587 netinet/ip_ipsp.c u_int32_t hashval;
hashval 605 netinet/ip_ipsp.c hashval = tdb_hash(tdbp->tdb_spi, &tdbp->tdb_dst,
hashval 607 netinet/ip_ipsp.c tdbp->tdb_hnext = new_tdbh[hashval];
hashval 608 netinet/ip_ipsp.c new_tdbh[hashval] = tdbp;
hashval 613 netinet/ip_ipsp.c hashval = tdb_hash(0, &tdbp->tdb_dst,
hashval 615 netinet/ip_ipsp.c tdbp->tdb_anext = new_tdbaddr[hashval];
hashval 616 netinet/ip_ipsp.c new_tdbaddr[hashval] = tdbp;
hashval 621 netinet/ip_ipsp.c hashval = tdb_hash(0, &tdbp->tdb_src,
hashval 623 netinet/ip_ipsp.c tdbp->tdb_snext = new_srcaddr[hashval];
hashval 624 netinet/ip_ipsp.c new_srcaddr[hashval] = tdbp;
hashval 644 netinet/ip_ipsp.c u_int32_t hashval;
hashval 663 netinet/ip_ipsp.c hashval = tdb_hash(tdbp->tdb_spi, &tdbp->tdb_dst, tdbp->tdb_sproto);
hashval 673 netinet/ip_ipsp.c if (tdbh[hashval] != NULL && tdbh[hashval]->tdb_hnext != NULL &&
hashval 676 netinet/ip_ipsp.c hashval = tdb_hash(tdbp->tdb_spi, &tdbp->tdb_dst,
hashval 680 netinet/ip_ipsp.c tdbp->tdb_hnext = tdbh[hashval];
hashval 681 netinet/ip_ipsp.c tdbh[hashval] = tdbp;
hashval 683 netinet/ip_ipsp.c hashval = tdb_hash(0, &tdbp->tdb_dst, tdbp->tdb_sproto);
hashval 684 netinet/ip_ipsp.c tdbp->tdb_anext = tdbaddr[hashval];
hashval 685 netinet/ip_ipsp.c tdbaddr[hashval] = tdbp;
hashval 687 netinet/ip_ipsp.c hashval = tdb_hash(0, &tdbp->tdb_src, tdbp->tdb_sproto);
hashval 688 netinet/ip_ipsp.c tdbp->tdb_snext = tdbsrc[hashval];
hashval 689 netinet/ip_ipsp.c tdbsrc[hashval] = tdbp;
hashval 705 netinet/ip_ipsp.c u_int32_t hashval;
hashval 711 netinet/ip_ipsp.c hashval = tdb_hash(tdbp->tdb_spi, &tdbp->tdb_dst, tdbp->tdb_sproto);
hashval 714 netinet/ip_ipsp.c if (tdbh[hashval] == tdbp) {
hashval 716 netinet/ip_ipsp.c tdbh[hashval] = tdbp->tdb_hnext;
hashval 718 netinet/ip_ipsp.c for (tdbpp = tdbh[hashval]; tdbpp != NULL;
hashval 730 netinet/ip_ipsp.c hashval = tdb_hash(0, &tdbp->tdb_dst, tdbp->tdb_sproto);
hashval 732 netinet/ip_ipsp.c if (tdbaddr[hashval] == tdbp) {
hashval 734 netinet/ip_ipsp.c tdbaddr[hashval] = tdbp->tdb_anext;
hashval 736 netinet/ip_ipsp.c for (tdbpp = tdbaddr[hashval]; tdbpp != NULL;
hashval 746 netinet/ip_ipsp.c hashval = tdb_hash(0, &tdbp->tdb_src, tdbp->tdb_sproto);
hashval 748 netinet/ip_ipsp.c if (tdbsrc[hashval] == tdbp) {
hashval 750 netinet/ip_ipsp.c tdbsrc[hashval] = tdbp->tdb_snext;
hashval 753 netinet/ip_ipsp.c for (tdbpp = tdbsrc[hashval]; tdbpp != NULL;