/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/include/linux/ |
D | timer.h | 22 int slack; member 73 .slack = -1, \
|
D | poll.h | 98 ktime_t *expires, unsigned long slack);
|
/linux-4.4.14/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.4.14/kernel/time/ |
D | timer.c | 369 timer->slack = slack_hz; in set_timer_slack() 684 timer->slack = -1; in do_init_timer() 863 if (timer->slack >= 0) { in apply_slack() 864 expires_limit = expires + timer->slack; in apply_slack()
|
D | hrtimer.c | 1551 unsigned long slack; in hrtimer_nanosleep() local 1553 slack = current->timer_slack_ns; in hrtimer_nanosleep() 1555 slack = 0; in hrtimer_nanosleep() 1558 hrtimer_set_expires_range_ns(&t.timer, timespec_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-queues | 50 Indicates the hold time in milliseconds to measure the slack
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 101 - It is usually a wise policy to provide some slack,
|
/linux-4.4.14/net/sunrpc/ |
D | clnt.c | 1576 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate() local 1600 req->rq_callsize = RPC_CALLHDRSIZE + (slack << 1) + proc->p_arglen; in call_allocate() 1602 req->rq_rcvsize = RPC_REPHDRSIZE + slack + proc->p_replen; in call_allocate()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 72 slack when your program is behind. But you need a multi-threaded or
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 149 cheating the user for those bytes, the filesystem gained some slack
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 549 prediction of the working set size or adding slack to the limit. 566 allocation from the slack available in other groups or the rest of
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 56 API-set-timer-slack
|