Searched refs:cpool_free (Results 1 – 2 of 2) sorted by relevance
299 ULONG cpool_free[2]; in test_application_define() local371 …cpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define()380 …cpool_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()404 …cpool_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()425 …cpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define()457 …cpool_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 …]
82 ULONG cpool_free[2]; in test_application_define() local