Lines Matching refs:processes

187 	boolean_t	zsp_empty;	/* no processes in pset */
197 uint_t zsp_scheds; /* scheds of processes found in pset */
263 /* These are deduced by inspecting processes */
270 boolean_t zsz_empty; /* no processes in this interval */
309 * Used to track the cpu usage of an individual processes.
311 * zonestatd sweeps /proc each interval and charges the cpu usage of processes.
312 * to their zone. As processes exit, their extended accounting records are
917 * Mark each zone as not using pset. If processes are found using the
919 * processes are bound to the pset, the zone's usage of the pset will
1136 uint64_t vm_cap, uint64_t processes_cap, uint64_t processes,
1168 /* Schedulers updated later as processes are found */
1183 zone->zsz_processes = processes;
1197 sys->zss_processes += processes;
2203 uint64_t *vm_cap, uint64_t *processes_cap, uint64_t *processes,
2232 *processes = 0;
2287 vals[i++] = zsd_get_zone_rctl_limit("zone.max-processes");
2288 vals[i++] = zsd_get_zone_rctl_usage("zone.max-processes");
2332 *processes = vals[i++];
2389 uint64_t processes;
2452 &ram_cap, &locked_cap, &vm_cap, &processes_cap, &processes,
2459 locked_cap, vm_cap, processes_cap, processes, lwps_cap,
2615 * Then read exacct data for exited processes, and charge them as well.
2654 * processes that exit after this time.
2668 /* Walk all processes and compute each zone's usage on each pset. */
2732 /* Update the usage with the processes info */
2758 * caching the usage of the known processes to get a zero starting
2765 * Add accounting records to account for processes which have
2866 * the list of processes to process.
2941 * The following tries to deduce the processes pset.
2950 * If there is no known value, use value of processes
2970 * Process or processes parent has never been seen.
3012 /* For the remaining processes, use pset and sched of a known parent */
4203 system->zss_processes_max = zsd_get_system_rctl("zone.max-processes");