/linux-4.1.27/lib/ |
D | dynamic_queue_limits.c | 68 unsigned int slack, slack_last_objs; in dql_completed() local 81 slack = POSDIFF(limit + dql->prev_ovlimit, in dql_completed() 86 slack = max(slack, slack_last_objs); in dql_completed() 88 if (slack < dql->lowest_slack) in dql_completed() 89 dql->lowest_slack = slack; in dql_completed()
|
/linux-4.1.27/fs/ |
D | select.c | 52 long slack; in __estimate_accuracy() local 64 slack = tv->tv_nsec / divfactor; in __estimate_accuracy() 65 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy() 67 if (slack > MAX_SLACK) in __estimate_accuracy() 70 return slack; in __estimate_accuracy() 235 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument 241 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout() 405 unsigned long slack = 0; in do_select() local 425 slack = select_estimate_accuracy(end_time); in do_select() 530 to, slack)) in do_select() [all …]
|
D | eventpoll.c | 1590 long slack = 0; in ep_poll() local 1597 slack = select_estimate_accuracy(&end_time); in ep_poll() 1637 if (!schedule_hrtimeout_range(to, slack, HRTIMER_MODE_ABS)) in ep_poll()
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_32.c | 128 unsigned long slack = bytes_avail - cmdline_memory_size; in bootmem_init() local 130 bytes_avail -= slack; in bootmem_init() 131 end_of_phys_memory -= slack; in bootmem_init() 133 sp_banks[i].num_bytes -= slack; in bootmem_init()
|
/linux-4.1.27/include/linux/ |
D | timer.h | 24 int slack; member 79 .slack = -1, \
|
D | poll.h | 98 ktime_t *expires, unsigned long slack);
|
/linux-4.1.27/fs/proc/ |
D | task_nommu.c | 23 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local 45 slack = region->vm_end - vma->vm_end; in task_mem() 75 bytes, slack, sbytes); in task_mem()
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 70 Deactivation slack helps prevent dropped contact for single touch use, but does 93 primarily on activation slack. If you see longer lived ghosts, turning up the 94 activation slack while reducing the size thresholds may suffice to eliminate
|
/linux-4.1.27/kernel/time/ |
D | timer.c | 348 timer->slack = slack_hz; in set_timer_slack() 672 timer->slack = -1; in do_init_timer() 852 if (timer->slack >= 0) { in apply_slack() 853 expires_limit = expires + timer->slack; in apply_slack()
|
D | hrtimer.c | 1565 unsigned long slack; in hrtimer_nanosleep() local 1567 slack = current->timer_slack_ns; in hrtimer_nanosleep() 1569 slack = 0; in hrtimer_nanosleep() 1572 hrtimer_set_expires_range_ns(&t.timer, timespec_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-queues | 50 Indicates the hold time in milliseconds to measure the slack
|
/linux-4.1.27/net/sunrpc/ |
D | clnt.c | 1584 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate() local 1608 req->rq_callsize = RPC_CALLHDRSIZE + (slack << 1) + proc->p_arglen; in call_allocate() 1610 req->rq_rcvsize = RPC_REPHDRSIZE + slack + proc->p_replen; in call_allocate()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 137 - It is usually a wise policy to provide some slack,
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 72 slack when your program is behind. But you need a multi-threaded or
|
/linux-4.1.27/Documentation/filesystems/ |
D | logfs.txt | 149 cheating the user for those bytes, the filesystem gained some slack
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 363 prediction of the working set size or adding slack to the limit. 380 allocation from the slack available in other groups or the rest of
|