Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c2656 struct file *f, **unref; in unp_gc() local
2732 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()
H A Dvfs_aio.c1261 goto unref; in aio_qbio()
1265 goto unref; in aio_qbio()
1277 goto unref; in aio_qbio()
1363 unref: in aio_qbio()
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c2115 pfsync_q_del(struct pf_state *st, bool unref, struct pfsync_bucket *b) in pfsync_q_del() argument
2126 if (unref) in pfsync_q_del()