Searched refs:unref (Results 1 – 3 of 3) sorted by relevance
2656 struct file *f, **unref; in unp_gc() local2732 unref = malloc(unp_unreachable * sizeof(struct file *), in unp_gc()2750 unref[total++] = f; in unp_gc()2764 so = unref[i]->f_data; in unp_gc()2774 fdrop(unref[i], NULL); in unp_gc()2776 free(unref, M_TEMP); in unp_gc()
1261 goto unref; in aio_qbio()1265 goto unref; in aio_qbio()1277 goto unref; in aio_qbio()1363 unref: in aio_qbio()
2115 pfsync_q_del(struct pf_state *st, bool unref, struct pfsync_bucket *b) in pfsync_q_del() argument2126 if (unref) in pfsync_q_del()