Lines Matching refs:threshold
164 last_disk_activity(hrtime_t *hr_now, int threshold) in last_disk_activity() argument
167 threshold)); in last_disk_activity()
171 last_tty_activity(hrtime_t *hr_now, int threshold) in last_tty_activity() argument
174 threshold)); in last_tty_activity()
184 last_nfs_activity(hrtime_t *hr_now, int threshold) in last_nfs_activity() argument
187 threshold)); in last_nfs_activity()
270 check_disks(hrtime_t *hr_now, int threshold) in check_disks() argument
294 threshold)); in check_disks()
362 check_tty(hrtime_t *hr_now, int threshold) in check_tty() argument
376 threshold)); in check_tty()
401 check_load_ave(hrtime_t *hr_now, float threshold) in check_load_ave() argument
407 if (info->pd_loadaverage > threshold) { in check_load_ave()
507 check_nfs(hrtime_t *hr_now, int threshold) in check_nfs() argument
540 threshold)); in check_nfs()