Searched refs:pactive (Results 1 – 4 of 4) sorted by relevance
192 static struct top_proc **pactive; variable361 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE); in machine_init()784 pactive = (struct top_proc **)realloc(pactive, in get_process_info()791 active = pactive; in get_process_info()854 si->p_active = active - pactive; in get_process_info()861 qsort(pactive, si->p_active, sizeof(struct top_proc *), in get_process_info()865 nextactive = pactive; in get_process_info()
211 static struct top_proc **pactive; variable433 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE); in machine_init()1011 pactive = (struct top_proc **)realloc(pactive, in get_process_info()1017 active = pactive; in get_process_info()1059 si->p_active = active - pactive; in get_process_info()1066 qsort(pactive, si->p_active, sizeof(struct top_proc *), in get_process_info()1070 nextactive = pactive; in get_process_info()
730 if (ess->pactive) { in esm_trigger_output()748 ess->pactive = 1; in esm_trigger_output()1003 ess->pactive = 0; in esm_halt_output()1030 if (!ess->pactive) in esm_halt_input()1056 if (ess->pactive) in set_timer()1360 if (ess->pactive) { in esm_intr()1746 if (ess->pactive) in esm_resume()1751 if (ess->pactive || ess->ractive) { in esm_resume()
175 int pactive, ractive; member