Searched refs:rlp (Results 1 – 1 of 1) sorted by relevance
74 struct rte_event_ring *rlp = rte_event_ring_lookup("ring_not_found"); in test_lookup_null() local75 if (rlp == NULL && rte_errno != ENOENT) { in test_lookup_null()