Searched refs:rss_lock (Results 1 – 5 of 5) sorted by relevance
63 #define rss_lock gp_wait.lock macro121 spin_lock_irq(&rsp->rss_lock); in rcu_sync_enter()126 spin_unlock_irq(&rsp->rss_lock); in rcu_sync_enter()172 spin_lock_irqsave(&rsp->rss_lock, flags); in rcu_sync_func()193 spin_unlock_irqrestore(&rsp->rss_lock, flags); in rcu_sync_func()208 spin_lock_irq(&rsp->rss_lock); in rcu_sync_exit()217 spin_unlock_irq(&rsp->rss_lock); in rcu_sync_exit()230 spin_lock_irq(&rsp->rss_lock); in rcu_sync_dtor()234 spin_unlock_irq(&rsp->rss_lock); in rcu_sync_dtor()
992 mutex_lock(&efx->rss_lock); in efx_ethtool_get_rxnfc()1030 mutex_unlock(&efx->rss_lock); in efx_ethtool_get_rxnfc()1379 mutex_lock(&efx->rss_lock); in efx_ethtool_get_rxfh_context()1396 mutex_unlock(&efx->rss_lock); in efx_ethtool_get_rxfh_context()1416 mutex_lock(&efx->rss_lock); in efx_ethtool_set_rxfh_context()1461 mutex_unlock(&efx->rss_lock); in efx_ethtool_set_rxfh_context()
2672 mutex_lock(&efx->rss_lock); in efx_reset_down()2728 mutex_unlock(&efx->rss_lock); in efx_reset_up()2746 mutex_unlock(&efx->rss_lock); in efx_reset_up()3034 mutex_init(&efx->rss_lock); in efx_init_struct()3260 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_alloc_rss_context_entry()3292 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_find_rss_context_entry()
2901 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_ef10_rx_push_rss_context_config()2933 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_ef10_rx_pull_rss_context_config()2980 mutex_lock(&efx->rss_lock); in efx_ef10_rx_pull_rss_config()2982 mutex_unlock(&efx->rss_lock); in efx_ef10_rx_pull_rss_config()2992 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_ef10_rx_restore_rss_contexts()4332 mutex_lock(&efx->rss_lock); in efx_ef10_filter_insert_locked()4499 mutex_unlock(&efx->rss_lock); in efx_ef10_filter_insert_locked()5055 mutex_lock(&efx->rss_lock); in efx_ef10_filter_table_restore()5111 mutex_unlock(&efx->rss_lock); in efx_ef10_filter_table_restore()
1003 struct mutex rss_lock; member