Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp69 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 Dmkerr.pl25 my $unref = 0;
89 $unref = 1;
101 $unref = 1;
652 if ( $unref ) {
/freebsd/sys/kern/
H A Duipc_usrreq.c3105 struct file *f, **unref; in unp_gc() local
3181 unref = malloc(unp_unreachable * sizeof(struct file *), in unp_gc()
3199 unref[total++] = f; in unp_gc()
3213 so = unref[i]->f_data; in unp_gc()
3224 fdrop(unref[i], NULL); in unp_gc()
3226 free(unref, M_TEMP); in unp_gc()
H A Dvfs_aio.c1250 goto unref; in aio_qbio()
1254 goto unref; in aio_qbio()
1266 goto unref; in aio_qbio()
1352 unref: in aio_qbio()
/freebsd/contrib/lua/src/
H A Dltests.c1071 static int unref (lua_State *L) { in unref() function
1949 {"unref", unref},
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c2495 pfsync_q_del(struct pf_kstate *st, bool unref, struct pfsync_bucket *b) in pfsync_q_del() argument
2507 if (unref) in pfsync_q_del()
/freebsd/contrib/libucl/doc/
H A Dapi.md390 …nce count of the object returned is not increased, so a caller should not unref the object or modi…