Searched hist:131844 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/vr/
H A Dif_vr.cdiff 131844 Thu Jul 08 22:17:14 MDT 2004 bms Further locking improvements for vr(4):
- Add *_locked() entry points as needed to avoid unnecessary lock thrashing.
- Use these entry points wisely.
- Only acquire the lock once when servicing an interrupt.
- Check 'suspended' on interrupt to avoid racing detach.
- Correct a mis-spelled comment.
- Don't take the lock in vr_reset() to avoid lock thrashing in attach.
- Comment this.

Reviewed by: -net (silence)

Completed in 58 milliseconds