Searched refs:cpu_billed_to_others (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Dcpu.c193 used_ns = psamp->cpu_billed_to_others - psamp->b_cpu_billed_to_others;
201 used_ns = psamp->cpu_billed_to_others - psamp->p_cpu_billed_to_others;
H A Dtop.c125 used_ns_a = a_a->cpu_billed_to_others - a_a->p_cpu_billed_to_others;
126 used_ns_b = a_b->cpu_billed_to_others - a_b->p_cpu_billed_to_others;
H A Dlibtop.h253 uint64_t cpu_billed_to_others; member in struct:libtop_psamp_s
H A Dlibtop.c2047 pinfo->psamp.p_cpu_billed_to_others = pinfo->psamp.cpu_billed_to_others;
2053 pinfo->psamp.cpu_billed_to_others = ri.ri_serviced_system_time;
2058 pinfo->psamp.b_cpu_billed_to_others = pinfo->psamp.cpu_billed_to_others;
2060 pinfo->psamp.p_cpu_billed_to_others = pinfo->psamp.cpu_billed_to_others;

Completed in 178 milliseconds