Mateusz Guzik
31977b420a
cache: manage negative entry list with a dedicated lock
...
Since negative entries are managed with a LRU list, a hit requires a
modificaton.
Currently the code tries to upgrade the global lock if needed and is
forced to retry the lookup if it fails.
Provide a dedicated lock for use when the cache is only shared-locked.
Reviewed by: kib
MFC after: 1 week
2016-09-04 08:58:35 +00:00
..
2016-09-03 20:38:13 +00:00
2016-09-03 20:38:13 +00:00
2016-09-03 20:38:13 +00:00
2016-09-03 15:26:28 +00:00
2016-08-27 19:51:37 +00:00
2016-09-03 11:17:33 +00:00
2016-08-24 09:57:19 +00:00
2016-09-03 23:57:17 +00:00
2016-08-31 01:04:57 +00:00
2016-08-28 19:33:09 +00:00
2016-09-04 01:47:21 +00:00
2016-08-15 19:17:00 +00:00
2016-09-03 20:38:13 +00:00
2016-09-04 08:58:35 +00:00
2016-09-04 00:58:19 +00:00
2016-09-04 00:58:19 +00:00
2016-09-02 05:57:13 +00:00
2016-08-18 01:25:12 +00:00
2016-08-26 19:23:17 +00:00
2016-08-24 00:52:30 +00:00
2016-08-31 11:51:52 +00:00
2016-08-18 10:26:15 +00:00
2016-08-26 08:25:28 +00:00
2016-08-20 00:49:29 +00:00
2016-09-03 20:38:13 +00:00
2016-09-03 20:38:13 +00:00
2016-08-20 20:28:08 +00:00
2016-09-03 20:38:13 +00:00
2016-09-01 23:22:31 +00:00
2016-08-16 21:02:30 +00:00
2016-09-04 00:25:49 +00:00
2016-08-22 21:23:17 +00:00