Home
last modified time | relevance | path

Searched refs:rss_lock (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/kernel/rcu/
Dsync.c15 #define rss_lock gp_wait.lock macro
81 spin_lock_irqsave(&rsp->rss_lock, flags); in rcu_sync_func()
103 spin_unlock_irqrestore(&rsp->rss_lock, flags); in rcu_sync_func()
125 spin_lock_irq(&rsp->rss_lock); in rcu_sync_enter()
142 spin_unlock_irq(&rsp->rss_lock); in rcu_sync_enter()
173 spin_lock_irq(&rsp->rss_lock); in rcu_sync_exit()
182 spin_unlock_irq(&rsp->rss_lock); in rcu_sync_exit()
196 spin_lock_irq(&rsp->rss_lock); in rcu_sync_dtor()
200 spin_unlock_irq(&rsp->rss_lock); in rcu_sync_dtor()
/Linux-v5.15/drivers/net/ethernet/sfc/
Dethtool_common.c831 mutex_lock(&efx->rss_lock); in efx_ethtool_get_rxnfc()
872 mutex_unlock(&efx->rss_lock); in efx_ethtool_get_rxnfc()
1221 mutex_lock(&efx->rss_lock); in efx_ethtool_get_rxfh_context()
1238 mutex_unlock(&efx->rss_lock); in efx_ethtool_get_rxfh_context()
1258 mutex_lock(&efx->rss_lock); in efx_ethtool_set_rxfh_context()
1303 mutex_unlock(&efx->rss_lock); in efx_ethtool_set_rxfh_context()
Dmcdi_filters.c380 mutex_lock(&efx->rss_lock); in efx_mcdi_filter_insert_locked()
547 mutex_unlock(&efx->rss_lock); in efx_mcdi_filter_insert_locked()
1387 mutex_lock(&efx->rss_lock); in efx_mcdi_filter_table_restore()
1443 mutex_unlock(&efx->rss_lock); in efx_mcdi_filter_table_restore()
2106 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_mcdi_rx_push_rss_context_config()
2138 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_mcdi_rx_pull_rss_context_config()
2185 mutex_lock(&efx->rss_lock); in efx_mcdi_rx_pull_rss_config()
2187 mutex_unlock(&efx->rss_lock); in efx_mcdi_rx_pull_rss_config()
2197 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_mcdi_rx_restore_rss_contexts()
Defx_common.c718 mutex_lock(&efx->rss_lock); in efx_reset_down()
781 mutex_unlock(&efx->rss_lock); in efx_reset_up()
799 mutex_unlock(&efx->rss_lock); in efx_reset_up()
1010 mutex_init(&efx->rss_lock); in efx_init_struct()
Drx_common.c570 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_alloc_rss_context_entry()
602 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_find_rss_context_entry()
Dnet_driver.h1027 struct mutex rss_lock; member