Searched refs:slack (Results 1 – 2 of 2) sorted by relevance
46 long slack; in __estimate_accuracy() local52 slack = tv->tv_nsec / divfactor; in __estimate_accuracy()53 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy()55 if (slack > 100 * NSEC_PER_MSEC) in __estimate_accuracy()56 slack = 100 * NSEC_PER_MSEC; in __estimate_accuracy()58 if (slack < 0) in __estimate_accuracy()59 slack = 0; in __estimate_accuracy()60 return slack; in __estimate_accuracy()214 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument220 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()[all …]
21 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local43 slack = region->vm_end - vma->vm_end; in task_mem()73 bytes, slack, sbytes); in task_mem()