Home
last modified time | relevance | path

Searched refs:nrun (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c73 int maxrun, nrun; variable
803 while (nrun > 0 && (dowait() != -1)) in do_umounts()
818 while (nrun >= maxrun && (dowait() != -1)) /* throttle */ in do_umounts()
863 nrun++; in do_umounts()
878 while (nrun > 0 && (dowait() != -1)) in cleanup()
906 nrun--; in dowait()
1064 while (nrun > 0 && (dowait() != -1)) in nomem()
H A Dmount.c133 int nrun; variable
1243 while (nrun > 0 && (dowait() != -1)) in do_mounts()
1295 while (nrun >= maxrun && (dowait() != -1)) /* throttle */ in do_mounts()
1326 nrun++; in do_mounts()
1415 nrun--; in dowait()
1585 while (nrun > 0 && (dowait() != -1)) in cleanup()
1642 while (nrun > 0 && (dowait() != -1)) in nomem()
H A Dfsck.c70 int nrun, ndisks; variable
590 if (nrun > maxrun) in fsck_dopreen()
632 nrun++; in startdisk()
664 nrun--; in waiter()
/titanic_41/usr/src/uts/common/os/
H A Dclock.c2393 calcloadavg(int nrun, uint64_t *hp_ave) in calcloadavg() argument
2414 hp_ave[i] += ((nrun - q) * f[i] - ((r * f[i]) >> 16)) >> 4; in calcloadavg()
H A Dzone.c3082 int nrun; in zone_loadavg_update() local
3130 nrun = hr_avg / (NANOSEC / LGRP_LOADAVG_IN_THREAD_MAX); in zone_loadavg_update()
3137 ((nrun - q) * f[i] - ((r * f[i]) >> 16)) >> 4; in zone_loadavg_update()
/titanic_41/usr/src/cmd/cron/
H A Dcron.c227 int nrun; /* number running */ member
2208 if (qp->nrun >= qp->njob) { in ex()
2319 ++qp->nrun; in ex()
2658 --qt[pr->que].nrun; in cleanup()