Searched refs:unref (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
100 unref(thr, pc, d->sync);
104 unref(thr, pc, s);
108 unref(thr, pc, s);
212 unref(thr, pc, d->sync);
241 unref(thr, pc, s);
/freebsd-11-stable/sys/kern/
H A Duipc_usrreq.c2343 struct file *f, **unref; local
2378 unref = malloc(unp_unreachable * sizeof(struct file *),
2394 unref[total++] = f;
2410 so = unref[i]->f_data;
2420 fdrop(unref[i], NULL);
2422 free(unref, M_TEMP);
H A Dvfs_aio.c1246 goto unref;
1250 goto unref;
1258 goto unref;
1265 goto unref;
1269 goto unref;
1327 unref:
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c2104 pfsync_q_del(struct pf_state *st, bool unref, struct pfsync_bucket *b) argument
2115 if (unref)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c1304 goto unref;
1319 unref:

Completed in 81 milliseconds