| 2140 | } |
| 2141 | |
| 2142 | static void |
| 2143 | cache_unlock_buckets_cel(struct celockstate *cel) |
| 2144 | { |
| 2145 | |
| 2146 | if (cel->blp[0] != NULL) |
| 2147 | mtx_unlock(cel->blp[0]); |
| 2148 | mtx_unlock(cel->blp[1]); |
| 2149 | } |
| 2150 | |
| 2151 | /* |
| 2152 | * Lock part of the cache affected by the insertion. |
no test coverage detected