Files
ocf/src/metadata
Adam Rutkowski d91012f4b4 Introduce hash bucket locks
There is one RW lock per hash bucket. Write lock is required
to map cacheline, read lock is sufficient for traversing.
Hash bucket locks are always acquired under global metadata
read lock. This assures mutual exclusion with eviction and
management paths, where global metadata write lock is held.

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-09-20 17:21:00 -04:00
..
2019-08-03 20:04:23 +02:00
2018-11-29 15:14:21 +01:00
2019-07-24 15:02:34 -04:00
2019-08-03 20:04:23 +02:00
2019-09-20 17:21:00 -04:00
2018-11-29 15:14:21 +01:00
2019-09-20 17:21:00 -04:00
2019-09-09 16:19:52 -04:00