Searched refs:timer_slack_ns (Results 1 – 12 of 12) sorted by relevance
133 .timer_slack_ns = 50000, /* 50 usec default slack */
784 current->timer_slack_ns); in futex_wait_requeue_pi()
645 current->timer_slack_ns); in futex_wait()
410 u32 timer_slack_ns; member799 ioc->timer_slack_ns = div64_u64( in ioc_refresh_period_us()1533 expires += ioc->timer_slack_ns; in iocg_kick_waitq()1538 abs(oexpires - expires) <= ioc->timer_slack_ns) in iocg_kick_waitq()1542 ioc->timer_slack_ns, HRTIMER_MODE_ABS); in iocg_kick_waitq()
2361 if (current->timer_slack_ns > ULONG_MAX) in SYSCALL_DEFINE5()2364 error = current->timer_slack_ns; in SYSCALL_DEFINE5()2368 current->timer_slack_ns = in SYSCALL_DEFINE5()2371 current->timer_slack_ns = arg2; in SYSCALL_DEFINE5()
2107 p->default_timer_slack_ns = current->timer_slack_ns; in copy_process()
3595 ret = freezable_schedule_hrtimeout_range(to, tsk->timer_slack_ns, in do_sigtimedwait()
90 if (ret < current->timer_slack_ns) in select_estimate_accuracy()91 return current->timer_slack_ns; in select_estimate_accuracy()
549 current->timer_slack_ns, \
1330 u64 timer_slack_ns; member
2548 p->timer_slack_ns = p->default_timer_slack_ns; in timerslack_ns_write()2550 p->timer_slack_ns = slack_ns; in timerslack_ns_write()2584 seq_printf(m, "%llu\n", p->timer_slack_ns); in timerslack_ns_show()
2091 slack = current->timer_slack_ns; in hrtimer_nanosleep()
Completed in 74 milliseconds