Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c170 rte_spinlock_init(&hv->chim_lock); in hn_chim_init()
208 rte_spinlock_lock(&hv->chim_lock); in hn_chim_alloc()
213 rte_spinlock_unlock(&hv->chim_lock); in hn_chim_alloc()
223 rte_spinlock_lock(&hv->chim_lock); in hn_chim_free()
225 rte_spinlock_unlock(&hv->chim_lock); in hn_chim_free()
H A Dhn_var.h130 rte_spinlock_t chim_lock; member