Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_memory_test.c298 ULONG rpool_free[2]; in test_application_define() local
370rpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()
379rpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()
383 if (rpool_free[0] <= rpool_free[1]) in test_application_define()
403rpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()
407 if (rpool_free[0] != rpool_free[1]) in test_application_define()
410 …OR #%d.%d.%d: Regular pool level diff %lu -> %lu\n", __LINE__, n, j, rpool_free[0], rpool_free[1]); in test_application_define()
424rpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()
456rpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()
459 if (!(rpool_free[1] < rpool_free[0] || cpool_free[1] < cpool_free[0])) in test_application_define()
[all …]
Dusbx_test_USBX_6_ux_version_id.c81 ULONG rpool_free[2]; in test_application_define() local