Home
last modified time | relevance | path

Searched defs:lck (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_ring_st_peek_stress.c14 static rte_spinlock_t lck = RTE_SPINLOCK_INITIALIZER; in _st_ring_dequeue_bulk() local
32 static rte_spinlock_t lck = RTE_SPINLOCK_INITIALIZER; in _st_ring_enqueue_bulk() local
H A Dtest_ring_st_peek_stress_zc.c16 static rte_spinlock_t lck = RTE_SPINLOCK_INITIALIZER; in _st_ring_dequeue_bulk() local
38 static rte_spinlock_t lck = RTE_SPINLOCK_INITIALIZER; in _st_ring_enqueue_bulk() local
/dpdk/lib/bpf/
H A Dbpf_jit_x86.c664 const uint8_t lck = 0xF0; /* lock prefix */ in emit_st_xadd() local