Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_usrreq.c2691 size_t extra_ref_size = nfiles; in unp_gc() local
2692 if (extra_ref_size == 0) { in unp_gc()
2696 extra_ref = kalloc_type(struct fileglob *, extra_ref_size, Z_WAITOK); in unp_gc()
2753 kfree_type(struct fileglob *, extra_ref_size, extra_ref); in unp_gc()