Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Diotlb.c33 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove_all()
88 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_insert()
101 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove()
122 rte_rwlock_write_lock(&vq->iotlb_lock); in vhost_user_iotlb_cache_remove_all()
140 rte_rwlock_write_lock(&vq->iotlb_lock); in vhost_user_iotlb_cache_random_evict()
183 rte_rwlock_write_lock(&vq->iotlb_lock); in vhost_user_iotlb_cache_insert()
219 rte_rwlock_write_lock(&vq->iotlb_lock); in vhost_user_iotlb_cache_remove()
H A Diotlb.h27 rte_rwlock_write_lock(&vq->iotlb_lock); in vhost_user_iotlb_wr_lock()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_mcfg.c91 rte_rwlock_write_lock(&mcfg->memory_hotplug_lock); in rte_mcfg_mem_write_lock()
119 rte_rwlock_write_lock(&mcfg->qlock); in rte_mcfg_tailq_write_lock()
147 rte_rwlock_write_lock(&mcfg->mplock); in rte_mcfg_mempool_write_lock()
H A Deal_common_memalloc.c167 rte_rwlock_write_lock(&mem_event_rwlock); in eal_memalloc_mem_event_callback_register()
217 rte_rwlock_write_lock(&mem_event_rwlock); in eal_memalloc_mem_event_callback_unregister()
273 rte_rwlock_write_lock(&mem_alloc_validator_rwlock); in eal_memalloc_mem_alloc_validator_register()
324 rte_rwlock_write_lock(&mem_alloc_validator_rwlock); in eal_memalloc_mem_alloc_validator_unregister()
H A Deal_common_lcore.c292 rte_rwlock_write_lock(&lcore_lock); in rte_lcore_callback_register()
331 rte_rwlock_write_lock(&lcore_lock); in rte_lcore_callback_unregister()
355 rte_rwlock_write_lock(&lcore_lock); in eal_lcore_non_eal_allocate()
396 rte_rwlock_write_lock(&lcore_lock); in eal_lcore_non_eal_release()
H A Deal_common_memzone.c200 rte_rwlock_write_lock(&mcfg->mlock); in rte_memzone_reserve_thread_safe()
268 rte_rwlock_write_lock(&mcfg->mlock); in rte_memzone_free()
383 rte_rwlock_write_lock(&mcfg->mlock); in rte_eal_memzone_init()
H A Deal_common_fbarray.c672 rte_rwlock_write_lock(&arr->rwlock); in set_used()
/f-stack/dpdk/app/test/
H A Dtest_rwlock.c70 rte_rwlock_write_lock(&sl); in test_rwlock_per_core()
74 rte_rwlock_write_lock(&sl_tab[rte_lcore_id()]); in test_rwlock_per_core()
109 rte_rwlock_write_lock(&lk); in load_loop_fn()
188 rte_rwlock_write_lock(&sl); in rwlock_test1()
191 rte_rwlock_write_lock(&sl_tab[i]); in rwlock_test1()
202 rte_rwlock_write_lock(&sl); in rwlock_test1()
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_rwlock.h27 rte_rwlock_write_lock(rwl); in rte_rwlock_write_lock_tm()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_rwlock.h29 rte_rwlock_write_lock(rwl); in rte_rwlock_write_lock_tm()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mr.c68 rte_rwlock_write_lock(&sh->share_cache.rwlock); in mlx5_mr_mem_event_free_cb()
146 rte_rwlock_write_lock(&mlx5_shared_data->mem_event_rwlock); in mlx5_mr_mem_event_cb()
280 rte_rwlock_write_lock(&sh->share_cache.rwlock); in mlx5_mr_update_ext_mp_cb()
354 rte_rwlock_write_lock(&sh->share_cache.rwlock); in mlx5_dma_map()
H A Dmlx5_utils.c143 rte_rwlock_write_lock(&h->lock); in mlx5_hlist_register()
176 rte_rwlock_write_lock(&h->lock); in mlx5_hlist_unregister()
309 rte_rwlock_write_lock(&list->lock); in mlx5_cache_register()
338 rte_rwlock_write_lock(&list->lock); in mlx5_cache_unregister()
H A Dmlx5.c1009 rte_rwlock_write_lock(&mlx5_shared_data->mem_event_rwlock); in mlx5_alloc_shared_dev_ctx()
1073 rte_rwlock_write_lock(&mlx5_shared_data->mem_event_rwlock); in mlx5_free_shared_dev_ctx()
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_rwlock.h37 rte_rwlock_write_lock(rwl); in rte_rwlock_write_lock_tm()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_rwlock.h156 rte_rwlock_write_lock(rte_rwlock_t *rwl) in rte_rwlock_write_lock() function
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c498 rte_rwlock_write_lock(&priv->mr.rwlock); in mlx4_mr_garbage_collect()
721 rte_rwlock_write_lock(&priv->mr.rwlock); in mlx4_mr_create_primary()
911 rte_rwlock_write_lock(&priv->mr.rwlock); in mlx4_mr_mem_event_free_cb()
1258 rte_rwlock_write_lock(&priv->mr.rwlock); in mlx4_mr_update_ext_mp_cb()
1440 rte_rwlock_write_lock(&mlx4_shared_data->mem_event_rwlock); in mlx4_mr_release()
1446 rte_rwlock_write_lock(&priv->mr.rwlock); in mlx4_mr_release()
H A Dmlx4.c1089 rte_rwlock_write_lock(&mlx4_shared_data->mem_event_rwlock); in mlx4_pci_probe()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c484 rte_rwlock_write_lock(&share_cache->rwlock); in mlx5_mr_garbage_collect()
709 rte_rwlock_write_lock(&share_cache->rwlock); in mlx5_mr_create_primary()
973 rte_rwlock_write_lock(&share_cache->rwlock); in mlx5_mr_release_cache()
/f-stack/dpdk/lib/librte_ipsec/
H A Dipsec_sqn.h283 rte_rwlock_write_lock(&rsn->rwl); in rsn_update_start()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c143 rte_rwlock_write_lock(&hv->vf_lock); in hn_nvs_handle_vfassoc()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h375 rte_rwlock_write_lock(lock); in t4_os_write_lock()
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c587 rte_rwlock_write_lock(h->readwrite_lock); in __hash_rw_writer_lock()