Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c52 static rte_spinlock_t eth_dev_cb_lock = RTE_SPINLOCK_INITIALIZER; variable
4329 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_register()
4353 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_register()
4362 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_register()
4392 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_unregister()
4419 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_unregister()
4431 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
4440 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
4443 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
4446 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()