Lines Matching refs:nl_lock
459 struct mtx nl_lock __aligned(CACHE_LINE_SIZE);
1243 mtx_assert(&nl->nl_lock, MA_OWNED); in cache_neg_promote_locked()
1263 mtx_assert(&nl->nl_lock, MA_OWNED); in cache_neg_demote_locked()
1291 mtx_lock(&nl->nl_lock); in cache_neg_promote_cond()
1343 mtx_unlock(&nl->nl_lock); in cache_neg_promote_cond()
1347 mtx_unlock(&nl->nl_lock); in cache_neg_promote_cond()
1357 mtx_lock(&nl->nl_lock); in cache_neg_promote()
1359 mtx_unlock(&nl->nl_lock); in cache_neg_promote()
1370 mtx_lock(&nl->nl_lock); in cache_neg_insert()
1372 mtx_unlock(&nl->nl_lock); in cache_neg_insert()
1385 mtx_lock(&nl->nl_lock); in cache_neg_remove()
1392 mtx_unlock(&nl->nl_lock); in cache_neg_remove()
1419 mtx_assert(&nl->nl_lock, MA_OWNED); in cache_neg_evict_select_entry()
1455 mtx_lock(&nl->nl_lock); in cache_neg_evict()
1463 mtx_unlock(&nl->nl_lock); in cache_neg_evict()
1472 mtx_unlock(&nl->nl_lock); in cache_neg_evict()
2683 mtx_init(&neglists[i].nl_lock, "ncnegl", NULL, MTX_DEF); in nchinit()