Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_usrreq.c2558 static struct fileglob **__indexable extra_ref; in unp_gc() local
2696 extra_ref = kalloc_type(struct fileglob *, extra_ref_size, Z_WAITOK); in unp_gc()
2697 if (extra_ref == NULL) { in unp_gc()
2702 fpp = extra_ref; in unp_gc()
2734 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { in unp_gc()
2749 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { in unp_gc()
2753 kfree_type(struct fileglob *, extra_ref_size, extra_ref); in unp_gc()