Searched refs:rehash (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dst.c99 static void rehash(st_table *);
304 rehash(table);\
350 static void rehash(table) function
/freebsd-13-stable/contrib/one-true-awk/
H A Dproto.h104 extern void rehash(Array *);
H A Dtran.c34 #define FULLTAB 2 /* rehash when table gets this x full */
249 rehash(tp);
267 void rehash(Array *tp) /* rehash items in small table into big one */ function
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c343 static void rehash (lua_State *L, Table *t, const TValue *ek) { function
417 rehash(L, t, key); /* grow table */
/freebsd-13-stable/sys/netinet6/
H A Din6_pcb.c409 struct ucred *cred, struct mbuf *m, bool rehash)
455 * rehash was required to be true in the past for
459 * the hash table, the latter does. Change rehash
462 KASSERT(rehash == true,
464 rehash = false;
482 if (rehash) {
408 in6_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m, bool rehash) argument
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c568 static void rehash (lua_State *L, Table *t, const TValue *ek) { function
655 rehash(L, t, key); /* grow table */
/freebsd-13-stable/sys/netinet/
H A Din_pcb.c1085 struct ucred *cred, struct mbuf *m, bool rehash)
1104 KASSERT(rehash == true,
1120 if (rehash) {
1084 in_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m, bool rehash) argument
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c33299 static int rehash(Hash *pH, unsigned int new_size){ function
[all...]

Completed in 384 milliseconds