Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dethdev_driver.c90 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_allocate()
114 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_allocate()
126 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_allocated()
130 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_allocated()
149 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_attach_secondary()
164 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_attach_secondary()
228 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_release_port()
252 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_release_port()
H A Dethdev_private.h17 rte_spinlock_t ownership_lock; member
H A Drte_ethdev.c418 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_new()
422 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_new()
481 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_set()
485 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_set()
498 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_unset()
502 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_unset()
514 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_delete()
534 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_delete()
561 rte_spinlock_lock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_get()
563 rte_spinlock_unlock(&eth_dev_shared_data->ownership_lock); in rte_eth_dev_owner_get()
H A Dethdev_private.c341 rte_spinlock_init(&eth_dev_shared_data->ownership_lock); in eth_dev_shared_data_prepare()