Lines Matching refs:nl_lock
551 struct mtx nl_lock __aligned(CACHE_LINE_SIZE);
1366 mtx_assert(&nl->nl_lock, MA_OWNED); in cache_neg_promote_locked()
1386 mtx_assert(&nl->nl_lock, MA_OWNED); in cache_neg_demote_locked()
1414 mtx_lock(&nl->nl_lock); in cache_neg_promote_cond()
1465 mtx_unlock(&nl->nl_lock); in cache_neg_promote_cond()
1469 mtx_unlock(&nl->nl_lock); in cache_neg_promote_cond()
1479 mtx_lock(&nl->nl_lock); in cache_neg_promote()
1481 mtx_unlock(&nl->nl_lock); in cache_neg_promote()
1492 mtx_lock(&nl->nl_lock); in cache_neg_insert()
1494 mtx_unlock(&nl->nl_lock); in cache_neg_insert()
1507 mtx_lock(&nl->nl_lock); in cache_neg_remove()
1514 mtx_unlock(&nl->nl_lock); in cache_neg_remove()
1541 mtx_assert(&nl->nl_lock, MA_OWNED); in cache_neg_evict_select_entry()
1577 mtx_lock(&nl->nl_lock); in cache_neg_evict()
1585 mtx_unlock(&nl->nl_lock); in cache_neg_evict()
1594 mtx_unlock(&nl->nl_lock); in cache_neg_evict()
2802 mtx_init(&neglists[i].nl_lock, "ncnegl", NULL, MTX_DEF); in nchinit()