Lines Matching refs:rte_errno
80 if (rte_malloc_heap_create(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
86 if (rte_malloc_heap_destroy(name) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
93 rte_errno != EINVAL) { in test_malloc_invalid_param()
100 NULL, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
106 rte_errno != EINVAL) { in test_malloc_invalid_param()
113 rte_errno != EINVAL) { in test_malloc_invalid_param()
119 rte_errno != EINVAL) { in test_malloc_invalid_param()
129 if (rte_malloc_heap_destroy(valid_name) >= 0 || rte_errno != ENOENT) { in test_malloc_invalid_param()
135 rte_errno != ENOENT) { in test_malloc_invalid_param()
143 NULL, 0, pgsz) >= 0 || rte_errno != ENOENT) { in test_malloc_invalid_param()
149 rte_errno != ENOENT) { in test_malloc_invalid_param()
156 rte_errno != ENOENT) { in test_malloc_invalid_param()
162 rte_errno != ENOENT) { in test_malloc_invalid_param()
177 NULL, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
184 rte_errno != EINVAL) { in test_malloc_invalid_param()
191 rte_errno != EINVAL) { in test_malloc_invalid_param()
197 rte_errno != EINVAL) { in test_malloc_invalid_param()
205 NULL, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
212 rte_errno != EINVAL) { in test_malloc_invalid_param()
219 rte_errno != EINVAL) { in test_malloc_invalid_param()
225 rte_errno != EINVAL) { in test_malloc_invalid_param()
235 iova, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_malloc_invalid_param()
242 rte_errno != EINVAL) { in test_malloc_invalid_param()
249 rte_errno != EINVAL) { in test_malloc_invalid_param()
329 rte_errno != EBUSY) { in test_malloc_basic()
334 if (rte_malloc_heap_destroy(heap_name) >= 0 || rte_errno != EBUSY) { in test_malloc_basic()
399 rte_errno != ENOENT) { in test_extmem_invalid_param()
406 rte_errno != ENOENT) { in test_extmem_invalid_param()
412 rte_errno != ENOENT) { in test_extmem_invalid_param()
420 rte_errno != EINVAL) { in test_extmem_invalid_param()
427 rte_errno != EINVAL) { in test_extmem_invalid_param()
434 rte_errno != EINVAL) { in test_extmem_invalid_param()
440 rte_errno != EINVAL) { in test_extmem_invalid_param()
448 rte_errno != EINVAL) { in test_extmem_invalid_param()
455 rte_errno != EINVAL) { in test_extmem_invalid_param()
462 rte_errno != EINVAL) { in test_extmem_invalid_param()
468 rte_errno != EINVAL) { in test_extmem_invalid_param()
478 iova, 0, pgsz) >= 0 || rte_errno != EINVAL) { in test_extmem_invalid_param()
485 rte_errno != EINVAL) { in test_extmem_invalid_param()
492 rte_errno != EINVAL) { in test_extmem_invalid_param()