Searched defs:minix_proc_data (Results 1 – 1 of 1) sorted by relevance
72 struct minix_proc_data { struct73 endpoint_t mpd_endpoint; /* process endpoint */74 uint32_t mpd_flags; /* procses flags (MPDF_) */75 endpoint_t mpd_blocked_on; /* blocked on other process, or NONE */76 uint32_t mpd_priority; /* current process priority */77 uint32_t mpd_user_time; /* user time, in clock ticks */78 uint32_t mpd_sys_time; /* system time, in clock ticks */79 uint64_t mpd_cycles; /* cycles spent by the process */80 uint64_t mpd_kipc_cycles; /* cycles spent on kernel IPC */81 uint64_t mpd_kcall_cycles; /* cycles spent on kernel calls */[all …]