Home
last modified time | relevance | path

Searched refs:alloc_hash (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dip_dummynet.c1957 alloc_hash(struct dn_flow_set *x, struct dn_flow_set *pfs) in alloc_hash() function
2082 r = alloc_hash(&(x->fs), pfs); in config_pipe()
2148 r = alloc_hash(x, pfs); in config_pipe()
/xnu-11215/bsd/kern/
H A Dkern_event.c3238 struct kqwllist *alloc_hash; in kqworkloop_hash_init() local
3242 alloc_hash = hashinit(CONFIG_KQ_HASHSIZE, M_KQUEUE, &alloc_mask); in kqworkloop_hash_init()
3247 fdp->fd_kqhash = alloc_hash; in kqworkloop_hash_init()
3251 hashdestroy(alloc_hash, M_KQUEUE, alloc_mask); in kqworkloop_hash_init()