Searched refs:unref (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() function 107 unref(thr, pc, d->sync); in init() 110 unref(thr, pc, in init() 115 unref(thr, pc, s); in init() 119 unref(thr, pc, s); in init() 242 unref(thr, pc, d->sync); in FdClose() 244 unref(thr, pc, in FdClose() 276 unref(thr, pc, s); in FdPipeCreate()
|
/freebsd/crypto/openssl/util/ |
H A D | mkerr.pl | 25 my $unref = 0; 89 $unref = 1; 101 $unref = 1; 660 if ( $unref ) {
|
/freebsd/sys/kern/ |
H A D | uipc_usrreq.c | 4079 struct file *f, **unref; in unp_gc() local 4155 unref = malloc(unp_unreachable * sizeof(struct file *), in unp_gc() 4173 unref[total++] = f; in unp_gc() 4187 so = unref[i]->f_data; in unp_gc() 4198 fdrop(unref[i], NULL); in unp_gc() 4200 free(unref, M_TEMP); in unp_gc()
|
H A D | vfs_aio.c | 1268 goto unref; in aio_qbio() 1272 goto unref; in aio_qbio() 1284 goto unref; in aio_qbio() 1370 unref: in aio_qbio()
|
/freebsd/contrib/lua/src/ |
H A D | ltests.c | 1071 static int unref (lua_State *L) { in unref() function 1949 {"unref", unref},
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 2515 pfsync_q_del(struct pf_kstate *st, bool unref, struct pfsync_bucket *b) in pfsync_q_del() argument 2527 if (unref) in pfsync_q_del()
|