Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_usrreq.c2515 static struct fileglob **extra_ref; in unp_gc() local
2648 extra_ref = kalloc_type(struct fileglob *, extra_ref_size, Z_WAITOK); in unp_gc()
2649 if (extra_ref == NULL) { in unp_gc()
2654 fpp = extra_ref; in unp_gc()
2686 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { in unp_gc()
2701 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { in unp_gc()
2705 kfree_type(struct fileglob *, extra_ref_size, extra_ref); in unp_gc()