MCPcopy Index your code
hub / github.com/F-Stack/f-stack / phashinit

Function phashinit

lib/ff_kern_subr.c:149–154  ·  view source on GitHub ↗

* Allocate and initialize a prime number sized hash table with default flag: * may sleep. */

Source from the content-addressed store, hash-verified

147 * may sleep.
148 */
149void *
150phashinit(int elements, struct malloc_type *type, u_long *nentries)
151{
152
153 return (phashinit_flags(elements, type, nentries, HASH_WAITOK));
154}
155
156static void
157uio_yield(void)

Callers

nothing calls this directly

Calls 1

phashinit_flagsFunction · 0.70

Tested by

no test coverage detected