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

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_deps.c102 goto unref;
107 goto unref;
111 goto unref;
115 unref:
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
107 unref(thr, pc, d->sync);
110 unref(thr, pc,
115 unref(thr, pc, s);
119 unref(thr, pc, s);
242 unref(thr, pc, d->sync);
244 unref(thr, pc,
276 unref(thr, pc, s);
/openbsd-current/sys/kern/
H A Dkern_srp.c29 void (*unref)(void *, void *), void *cookie)
32 srp_gc_init(&rc->srpl_gc, unref, cookie);
/openbsd-current/sys/dev/
H A Drd.c163 goto unref;
176 unref:
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_property.c773 goto unref;
777 unref:
/openbsd-current/gnu/usr.bin/perl/
H A Ddump.c460 int unref = 0; local
527 unref++;
553 if (SvCUR(t) + unref > 10) {
554 SvCUR_set(t, unref + 3);
615 while (unref--)

Completed in 168 milliseconds