Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_event_ring.c74 struct rte_event_ring *rlp = rte_event_ring_lookup("ring_not_found"); in test_lookup_null() local
75 if (rlp == NULL && rte_errno != ENOENT) { in test_lookup_null()