Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c2315 static struct fileglob **extra_ref; in unp_gc() local
2448 extra_ref = kalloc_type(struct fileglob *, extra_ref_size, Z_WAITOK); in unp_gc()
2449 if (extra_ref == NULL) { in unp_gc()
2454 fpp = extra_ref; in unp_gc()
2486 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { in unp_gc()
2501 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { in unp_gc()
2505 kfree_type(struct fileglob *, extra_ref_size, extra_ref); in unp_gc()