Searched defs:processes (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | utility.c | 127 * of processes of a certain type that are running at a given time. This 128 * process is used to check the number of existing processes, to determine 131 * The strategy is that all processes of a given type will place a lock 140 * processes that are to be counted. 141 * maxCount - Maximum number of allowable processes. 159 register int processes; /* Count of processes. */ local 171 processes = cuantos(namePrefix, directory); 172 if (processes <= maxCount) 182 * This is used to count the number of processes o [all...] |
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 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, 1134 zsd_mark_zone_found(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t cpu_shares, uint64_t cpu_cap, uint64_t ram_cap, uint64_t locked_cap, uint64_t vm_cap, uint64_t processes_cap, uint64_t processes, uint64_t lwps_cap, uint64_t lwps, uint64_t shm_cap, uint64_t shm, uint64_t shmids_cap, uint64_t shmids, uint64_t semids_cap, uint64_t semids, uint64_t msgids_cap, uint64_t msgids, uint64_t lofi_cap, uint64_t lofi, char *poolname, char *psetname, uint_t sched, uint_t cputype, uint_t iptype) argument 2201 zsd_get_zone_caps(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t *cpu_shares, uint64_t *cpu_cap, uint64_t *ram_cap, uint64_t *locked_cap, uint64_t *vm_cap, uint64_t *processes_cap, uint64_t *processes, uint64_t *lwps_cap, uint64_t *lwps, uint64_t *shm_cap, uint64_t *shm, uint64_t *shmids_cap, uint64_t *shmids, uint64_t *semids_cap, uint64_t *semids, uint64_t *msgids_cap, uint64_t *msgids, uint64_t *lofi_cap, uint64_t *lofi, uint_t *sched) argument 2389 uint64_t processes; local [all...] |
Completed in 70 milliseconds