Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_memory_test.c299 ULONG cpool_free[2]; in test_application_define() local
371cpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define()
380cpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define()
390 if (cpool_free[0] <= cpool_free[1] && cpool_start) in test_application_define()
404cpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define()
413 if (cpool_free[0] != cpool_free[1]) in test_application_define()
416 …#%d.%d.%d: Cache safe pool level diff %lu -> %lu\n", __LINE__, n, j, cpool_free[0], cpool_free[1]); in test_application_define()
425cpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define()
457cpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… 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.c82 ULONG cpool_free[2]; in test_application_define() local