Searched refs:unref (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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-14.2/crypto/openssl/util/ |
| H A D | mkerr.pl | 25 my $unref = 0; 89 $unref = 1; 101 $unref = 1; 652 if ( $unref ) {
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_usrreq.c | 3080 struct file *f, **unref; in unp_gc() local 3156 unref = malloc(unp_unreachable * sizeof(struct file *), in unp_gc() 3174 unref[total++] = f; in unp_gc() 3188 so = unref[i]->f_data; in unp_gc() 3198 fdrop(unref[i], NULL); in unp_gc() 3200 free(unref, M_TEMP); in unp_gc()
|
| H A D | vfs_aio.c | 1259 goto unref; in aio_qbio() 1263 goto unref; in aio_qbio() 1275 goto unref; in aio_qbio() 1361 unref: in aio_qbio()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ltests.c | 1071 static int unref (lua_State *L) { in unref() function 1949 {"unref", unref},
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | if_pfsync.c | 2431 pfsync_q_del(struct pf_kstate *st, bool unref, struct pfsync_bucket *b) in pfsync_q_del() argument 2443 if (unref) in pfsync_q_del()
|
| /freebsd-14.2/contrib/libucl/doc/ |
| H A D | api.md | 390 …nce count of the object returned is not increased, so a caller should not unref the object or modi…
|