Home
last modified time | relevance | path

Searched refs:rehash (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c37 ngx_uint_t rehash; member
154 hp->rehash = 0; in ngx_stream_upstream_init_hash_peer()
200 if (hp->rehash > 0) { in ngx_stream_upstream_get_hash_peer()
201 size = ngx_sprintf(buf, "%ui", hp->rehash) - buf; in ngx_stream_upstream_get_hash_peer()
211 hp->rehash++; in ngx_stream_upstream_get_hash_peer()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c37 ngx_uint_t rehash; member
154 hp->rehash = 0; in ngx_http_upstream_init_hash_peer()
201 if (hp->rehash > 0) { in ngx_http_upstream_get_hash_peer()
202 size = ngx_sprintf(buf, "%ui", hp->rehash) - buf; in ngx_http_upstream_get_hash_peer()
212 hp->rehash++; in ngx_http_upstream_get_hash_peer()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c414 struct ucred *cred, struct mbuf *m, bool rehash) in in6_pcbconnect_mbuf() argument
462 KASSERT(rehash == true, in in6_pcbconnect_mbuf()
464 rehash = false; in in6_pcbconnect_mbuf()
482 if (rehash) { in in6_pcbconnect_mbuf()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c343 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash() function
417 rehash(L, t, key); /* grow table */ in luaH_newkey()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c333 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash() function
405 rehash(L, t, key); /* grow table */ in newkey()
/f-stack/freebsd/netinet/
H A Din_pcb.c1083 struct ucred *cred, struct mbuf *m, bool rehash) in in_pcbconnect_mbuf() argument
1102 KASSERT(rehash == true, in in_pcbconnect_mbuf()
1118 if (rehash) { in in_pcbconnect_mbuf()