/Linux-v4.19/lib/ |
D | dynamic_queue_limits.c | 69 unsigned int slack, slack_last_objs; in dql_completed() local 82 slack = POSDIFF(limit + dql->prev_ovlimit, in dql_completed() 87 slack = max(slack, slack_last_objs); in dql_completed() 89 if (slack < dql->lowest_slack) in dql_completed() 90 dql->lowest_slack = slack; in dql_completed()
|
/Linux-v4.19/arch/sparc/mm/ |
D | init_32.c | 152 unsigned long slack = bytes_avail - cmdline_memory_size; in bootmem_init() local 154 bytes_avail -= slack; in bootmem_init() 155 end_of_phys_memory -= slack; in bootmem_init() 157 sp_banks[i].num_bytes -= slack; in bootmem_init()
|
/Linux-v4.19/fs/ |
D | select.c | 54 long slack; in __estimate_accuracy() local 66 slack = tv->tv_nsec / divfactor; in __estimate_accuracy() 67 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy() 69 if (slack > MAX_SLACK) in __estimate_accuracy() 72 return slack; in __estimate_accuracy() 237 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument 243 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout() 455 u64 slack = 0; in do_select() local 475 slack = select_estimate_accuracy(end_time); in do_select() 577 to, slack)) in do_select() [all …]
|
D | eventpoll.c | 1749 u64 slack = 0; in ep_poll() local 1758 slack = select_estimate_accuracy(&end_time); in ep_poll() 1819 if (!schedule_hrtimeout_range(to, slack, HRTIMER_MODE_ABS)) in ep_poll()
|
/Linux-v4.19/fs/proc/ |
D | task_nommu.c | 26 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local 48 slack = region->vm_end - vma->vm_end; in task_mem() 78 bytes, slack, sbytes); in task_mem()
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | workqueues.h | 36 int slack; member
|
/Linux-v4.19/Documentation/input/devices/ |
D | ntrig.rst | 81 Deactivation slack helps prevent dropped contact for single touch use, but does 104 primarily on activation slack. If you see longer lived ghosts, turning up the 105 activation slack while reducing the size thresholds may suffice to eliminate
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-hid-ntrig | 30 Threholds to override activation slack.
|
D | sysfs-class-net-queues | 61 Indicates the hold time in milliseconds to measure the slack
|
/Linux-v4.19/kernel/time/ |
D | hrtimer.c | 1734 u64 slack; in hrtimer_nanosleep() local 1736 slack = current->timer_slack_ns; in hrtimer_nanosleep() 1738 slack = 0; in hrtimer_nanosleep() 1741 hrtimer_set_expires_range_ns(&t.timer, timespec64_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | checksums.rst | 22 removing slack space from the directory files and rebalancing the htree
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 75 unsigned long slack = buff_size - map_size; in mmap_has_headroom() local 77 return slack / desc_size >= EFI_MMAP_NR_SLACK_SLOTS; in mmap_has_headroom()
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 101 - It is usually a wise policy to provide some slack,
|
/Linux-v4.19/net/sunrpc/ |
D | clnt.c | 1674 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate() local 1699 req->rq_callsize = RPC_CALLHDRSIZE + (slack << 1) + proc->p_arglen; in call_allocate() 1701 req->rq_rcvsize = RPC_REPHDRSIZE + slack + proc->p_replen; in call_allocate()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | philips.rst | 76 slack when your program is behind. But you need a multi-threaded or
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2099 working set size or adding slack to the limit. Since working set size 2116 allocation from the slack available in other groups or the rest of the
|