Home
last modified time | relevance | path

Searched refs:slack (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/lib/
Ddynamic_queue_limits.c68 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/
Dselect.c52 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 …]
Deventpoll.c1590 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/
Dinit_32.c128 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/
Dtask_nommu.c23 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/
Dtimer.h22 int slack; member
73 .slack = -1, \
Dpoll.h98 ktime_t *expires, unsigned long slack);
/linux-4.4.14/Documentation/input/
Dntrig.txt70 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/
Dtimer.c369 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()
Dhrtimer.c1551 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/
Dsysfs-class-net-queues50 Indicates the hold time in milliseconds to measure the slack
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt101 - It is usually a wise policy to provide some slack,
/linux-4.4.14/net/sunrpc/
Dclnt.c1576 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/
Dphilips.txt72 slack when your program is behind. But you need a multi-threaded or
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt149 cheating the user for those bytes, the filesystem gained some slack
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt549 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/
Ddevice-drivers.xml.db56 API-set-timer-slack