Searched refs:extra_ref (Results 1 – 1 of 1) sorted by relevance
2515 static struct fileglob **extra_ref; in unp_gc() local2648 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()