Searched refs:timer_slack_ns (Results 1 – 15 of 15) sorted by relevance
| /linux/init/ |
| A D | init_task.c | 142 .timer_slack_ns = 50000, /* 50 usec default slack */
|
| /linux/kernel/sched/ |
| A D | syscalls.c | 320 p->timer_slack_ns = 0; in DEFINE_CLASS() 321 } else if (p->timer_slack_ns == 0) { in DEFINE_CLASS() 323 p->timer_slack_ns = p->default_timer_slack_ns; in DEFINE_CLASS()
|
| /linux/kernel/futex/ |
| A D | waitwake.c | 695 current->timer_slack_ns); in futex_wait()
|
| A D | requeue.c | 788 current->timer_slack_ns); in futex_wait_requeue_pi()
|
| /linux/block/ |
| A D | blk-iocost.c | 414 u32 timer_slack_ns; member 797 ioc->timer_slack_ns = div64_u64( in ioc_refresh_period_us() 1564 expires += ioc->timer_slack_ns; in iocg_kick_waitq() 1569 abs(oexpires - expires) <= ioc->timer_slack_ns) in iocg_kick_waitq() 1573 ioc->timer_slack_ns, HRTIMER_MODE_ABS); in iocg_kick_waitq()
|
| /linux/kernel/ |
| A D | sys.c | 2554 if (current->timer_slack_ns > ULONG_MAX) in SYSCALL_DEFINE5() 2557 error = current->timer_slack_ns; in SYSCALL_DEFINE5() 2563 current->timer_slack_ns = in SYSCALL_DEFINE5() 2566 current->timer_slack_ns = arg2; in SYSCALL_DEFINE5()
|
| A D | fork.c | 2286 p->default_timer_slack_ns = current->timer_slack_ns; in copy_process()
|
| A D | signal.c | 3666 ret = schedule_hrtimeout_range(to, tsk->timer_slack_ns, in do_sigtimedwait()
|
| /linux/include/linux/ |
| A D | wait.h | 548 current->timer_slack_ns); \
|
| A D | sched.h | 1409 u64 timer_slack_ns; member
|
| /linux/fs/ |
| A D | select.c | 80 u64 slack = current->timer_slack_ns; in select_estimate_accuracy()
|
| A D | aio.c | 1340 hrtimer_set_expires_range_ns(&t.timer, until, current->timer_slack_ns); in read_events()
|
| /linux/kernel/time/ |
| A D | hrtimer.c | 2079 hrtimer_set_expires_range_ns(&t.timer, rqtp, current->timer_slack_ns); in hrtimer_nanosleep()
|
| /linux/fs/proc/ |
| A D | base.c | 2633 p->timer_slack_ns = slack_ns; in timerslack_ns_write() 2667 seq_printf(m, "%llu\n", p->timer_slack_ns); in timerslack_ns_show()
|
| /linux/ipc/ |
| A D | sem.c | 2167 current->timer_slack_ns, HRTIMER_MODE_ABS); in __do_semtimedop()
|
Completed in 113 milliseconds