freebsd-skq/sys/contrib/vchiq/interface/compat
Oleksandr Tymoshenko e88b3f2e48 Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:
- Emulate Linux mutex API using sx(9) locks with only exclusive operations
    instead of mutex(9), in Linux mutexes are sleepable.
- Emulate Linux rwlock_t using rwlock(9) instead of sx(9). rwlock_t
    in Linux are spin locks
2015-11-08 03:53:31 +00:00
..
list.h
vchi_bsd.c CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
vchi_bsd.h Fix locking for VCHI driver by matching sleepable/non-sleepable APIs: 2015-11-08 03:53:31 +00:00