Searched defs:mock_process_state (Results 1 – 1 of 1) sorted by relevance
164 struct mock_process_state { struct165 void *proctask; // buffer for proc and task166 struct proc *main_proc;167 struct task *main_task;168 struct cpu_data cpud;169 struct mock_thread *main_thread;170 uint64_t thread_unique_id;171 uint64_t _faults;172 uint64_t _pageins;173 uint64_t _cow_faults;[all …]