summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_rangelock.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a rangelock implementation, intended to be used to range-lockingkib2012-05-301-0/+246
the i/o regions of the vnode data space. The implementation is quite simple-minded, it uses the list of the lock requests, ordered by arrival time. Each request may be for read or for write. The implementation is fair FIFO. MFC after: 2 month
OpenPOWER on IntegriCloud