Searched refs:rpool_free (Results 1 – 2 of 2) sorted by relevance
298 ULONG rpool_free[2]; in test_application_define() local370 …rpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()379 …rpool_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()403 …rpool_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()424 …rpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define()456 …rpool_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 …]
81 ULONG rpool_free[2]; in test_application_define() local