Searched refs:mref (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c75 int mref, closest = 1000, i, diff; local
82 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal);
83 diff = abs(mref - refresh);
86 DPRINTF("%s in %d hz, diff %d\n", this->name, mref, diff);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp7342 Address mref = local
7347 args[1].setRValue(RValue::get(mref.getPointer()));
7350 Address calleeAddr = CGF.Builder.CreateStructGEP(mref, 0);
/freebsd-11-stable/sys/kern/
H A Dkern_mbuf.c621 struct mbuf *mref; local
629 mref = m;
634 mref = __containerof(refcnt, struct mbuf, m_ext.ext_count);
643 * and for this type we won't free the mref.
659 uma_zfree(zone_pack, mref);
663 uma_zfree(zone_mbuf, mref);
667 uma_zfree(zone_mbuf, mref);
671 uma_zfree(zone_mbuf, mref);
675 uma_zfree(zone_mbuf, mref);
679 uma_zfree(zone_mbuf, mref);
[all...]

Completed in 124 milliseconds