Searched defs:proc_taskinfo_internal (Results 1 – 1 of 1) sorted by relevance
34 struct proc_taskinfo_internal { struct35 uint64_t pti_virtual_size; /* virtual memory size (bytes) */36 uint64_t pti_resident_size; /* resident memory size (bytes) */37 uint64_t pti_total_user; /* total time */38 uint64_t pti_total_system;39 uint64_t pti_threads_user; /* existing threads only */40 uint64_t pti_threads_system;41 int32_t pti_policy; /* default policy for new threads */42 int32_t pti_faults; /* number of page faults */43 int32_t pti_pageins; /* number of actual pageins */[all …]