Searched refs:rehash (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream_hash_module.c | 37 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 D | ngx_http_upstream_hash_module.c | 37 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 D | in6_pcb.c | 414 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 D | ltable.c | 343 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 D | ltable.c | 333 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 D | in_pcb.c | 1083 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()
|