search for: mtx_quiet

Displaying 1 result from an estimated 1 matches for "mtx_quiet".

Did you mean: mce_quiet
2005 Mar 24
0
[patch] small accounting and lockup fix for xenfreebsd on -unstable
...l, 0); while ( (l1i = ffs(l1)) != 0 ) @@ -78,12 +78,16 @@ l2 &= ~(1 << l2i); port = (l1i << 5) + l2i; + if ((owned = mtx_recursed(&sched_lock)) != 0) + mtx_unlock_spin_flags(&sched_lock, MTX_QUIET); if ( (irq = evtchn_to_irq[port]) != -1 ) { struct intsrc *isrc = intr_lookup_source(irq); intr_execute_handlers(isrc, frame); } else { evtchn_device_upcall(port); } + if (ow...