Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A 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-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dethtool_common.c826 mutex_lock(&efx->rss_lock); in efx_siena_ethtool_get_rxnfc()
868 mutex_unlock(&efx->rss_lock); in efx_siena_ethtool_get_rxnfc()
1217 mutex_lock(&efx->rss_lock); in efx_siena_ethtool_get_rxfh_context()
1234 mutex_unlock(&efx->rss_lock); in efx_siena_ethtool_get_rxfh_context()
1254 mutex_lock(&efx->rss_lock); in efx_siena_ethtool_set_rxfh_context()
1299 mutex_unlock(&efx->rss_lock); in efx_siena_ethtool_set_rxfh_context()
A Defx_common.c728 mutex_lock(&efx->rss_lock); in efx_siena_reset_down()
791 mutex_unlock(&efx->rss_lock); in efx_siena_reset_up()
809 mutex_unlock(&efx->rss_lock); in efx_siena_reset_up()
1021 mutex_init(&efx->rss_lock); in efx_siena_init_struct()
A Drx_common.c569 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_siena_alloc_rss_context_entry()
602 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_siena_find_rss_context_entry()
A Dnet_driver.h1021 struct mutex rss_lock; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dethtool_common.c826 mutex_lock(&efx->rss_lock); in efx_ethtool_get_rxnfc()
867 mutex_unlock(&efx->rss_lock); in efx_ethtool_get_rxnfc()
1216 mutex_lock(&efx->rss_lock); in efx_ethtool_get_rxfh_context()
1233 mutex_unlock(&efx->rss_lock); in efx_ethtool_get_rxfh_context()
1253 mutex_lock(&efx->rss_lock); in efx_ethtool_set_rxfh_context()
1298 mutex_unlock(&efx->rss_lock); in efx_ethtool_set_rxfh_context()
A Dmcdi_filters.c383 mutex_lock(&efx->rss_lock); in efx_mcdi_filter_insert_locked()
551 mutex_unlock(&efx->rss_lock); in efx_mcdi_filter_insert_locked()
1391 mutex_lock(&efx->rss_lock); in efx_mcdi_filter_table_restore()
1447 mutex_unlock(&efx->rss_lock); in efx_mcdi_filter_table_restore()
2110 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_mcdi_rx_push_rss_context_config()
2142 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_mcdi_rx_pull_rss_context_config()
2189 mutex_lock(&efx->rss_lock); in efx_mcdi_rx_pull_rss_config()
2191 mutex_unlock(&efx->rss_lock); in efx_mcdi_rx_pull_rss_config()
2201 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_mcdi_rx_restore_rss_contexts()
A Defx_common.c720 mutex_lock(&efx->rss_lock); in efx_reset_down()
783 mutex_unlock(&efx->rss_lock); in efx_reset_up()
801 mutex_unlock(&efx->rss_lock); in efx_reset_up()
1010 mutex_init(&efx->rss_lock); in efx_init_struct()
A Drx_common.c568 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_alloc_rss_context_entry()
600 WARN_ON(!mutex_is_locked(&efx->rss_lock)); in efx_find_rss_context_entry()
A Dnet_driver.h1093 struct mutex rss_lock; member

Completed in 42 milliseconds