Searched refs:cpu_state (Results 1 – 3 of 3) sorted by relevance
222 for cpu_state in $1; do223 cpu=`echo $cpu_state | cut -d: -f 1`224 state=`echo $cpu_state | cut -d: -f 2`
2398 const auto& cpu_state = device_states->at(kCPU0); in TEST_F() local2405 cpu_state.max_memory_usage); in TEST_F()2407 cpu_state.mem_usage_snapshot_at_peak); in TEST_F()2429 const auto& cpu_state = device_states->at(kCPU0); in TEST_F() local2437 cpu_state.max_memory_usage); in TEST_F()2439 cpu_state.mem_usage_snapshot_at_peak); in TEST_F()2451 const auto& cpu_state = device_states->at(kCPU0); in TEST_F() local2464 EXPECT_EQ(expected_size, cpu_state.memory_usage); in TEST_F()2469 cpu_state.nodes_in_memory.begin(), cpu_state.nodes_in_memory.end(), in TEST_F()2514 const auto& cpu_state = device_states->at(kCPU0); in TEST_F() local[all …]
279 u32 cpu_state; in pfe_pe_status() local304 cpu_state = pe_dmem_read(id, dmem_addr, 4); in pfe_pe_status()306 memcpy(statebuf, (char *)&cpu_state, 4); in pfe_pe_status()