Lines Matching refs:rte_errno
92 if (rte_malloc_heap_create(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
98 if (rte_malloc_heap_destroy(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
105 rte_errno != EINVAL) { in test_malloc_invalid_param()
112 NULL, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
118 rte_errno != EINVAL) { in test_malloc_invalid_param()
125 rte_errno != EINVAL) { in test_malloc_invalid_param()
131 rte_errno != EINVAL) { in test_malloc_invalid_param()
141 if (rte_malloc_heap_destroy(valid_name) >= 0 || rte_errno != ENOENT) { in test_malloc_invalid_param()
147 rte_errno != ENOENT) { in test_malloc_invalid_param()
155 NULL, 0, pgsz) >= 0 || rte_errno != ENOENT) { in test_malloc_invalid_param()
161 rte_errno != ENOENT) { in test_malloc_invalid_param()
168 rte_errno != ENOENT) { in test_malloc_invalid_param()
174 rte_errno != ENOENT) { in test_malloc_invalid_param()
189 NULL, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
196 rte_errno != EINVAL) { in test_malloc_invalid_param()
203 rte_errno != EINVAL) { in test_malloc_invalid_param()
209 rte_errno != EINVAL) { in test_malloc_invalid_param()
217 NULL, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
224 rte_errno != EINVAL) { in test_malloc_invalid_param()
231 rte_errno != EINVAL) { in test_malloc_invalid_param()
237 rte_errno != EINVAL) { in test_malloc_invalid_param()
247 iova, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
254 rte_errno != EINVAL) { in test_malloc_invalid_param()
261 rte_errno != EINVAL) { in test_malloc_invalid_param()
341 rte_errno != EBUSY) { in test_malloc_basic()
346 if (rte_malloc_heap_destroy(heap_name) >= 0 || rte_errno != EBUSY) { in test_malloc_basic()
411 rte_errno != ENOENT) { in test_extmem_invalid_param()
418 rte_errno != ENOENT) { in test_extmem_invalid_param()
424 rte_errno != ENOENT) { in test_extmem_invalid_param()
432 rte_errno != EINVAL) { in test_extmem_invalid_param()
439 rte_errno != EINVAL) { in test_extmem_invalid_param()
446 rte_errno != EINVAL) { in test_extmem_invalid_param()
452 rte_errno != EINVAL) { in test_extmem_invalid_param()
460 rte_errno != EINVAL) { in test_extmem_invalid_param()
467 rte_errno != EINVAL) { in test_extmem_invalid_param()
474 rte_errno != EINVAL) { in test_extmem_invalid_param()
480 rte_errno != EINVAL) { in test_extmem_invalid_param()
490 iova, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_extmem_invalid_param()
497 rte_errno != EINVAL) { in test_extmem_invalid_param()
504 rte_errno != EINVAL) { in test_extmem_invalid_param()