Searched refs:timer_slack_ns (Results 1 – 9 of 9) sorted by relevance
258 p->timer_slack_ns = 0; in DEFINE_CLASS()259 } else if (p->timer_slack_ns == 0) { in DEFINE_CLASS()261 p->timer_slack_ns = p->default_timer_slack_ns; in DEFINE_CLASS()
805 current->timer_slack_ns); in futex_wait_requeue_pi()
2641 if (current->timer_slack_ns > ULONG_MAX) in SYSCALL_DEFINE5()2644 error = current->timer_slack_ns; in SYSCALL_DEFINE5()2650 current->timer_slack_ns = in SYSCALL_DEFINE5()2653 current->timer_slack_ns = arg2; in SYSCALL_DEFINE5()
2177 p->default_timer_slack_ns = current->timer_slack_ns; in copy_process()
1453 u64 timer_slack_ns; member
80 u64 slack = current->timer_slack_ns; in select_estimate_accuracy()
2338 hrtimer_set_expires_range_ns(&t.timer, rqtp, current->timer_slack_ns); in hrtimer_nanosleep()
2634 p->timer_slack_ns = slack_ns; in timerslack_ns_write()2668 seq_printf(m, "%llu\n", p->timer_slack_ns); in timerslack_ns_show()
2167 current->timer_slack_ns, HRTIMER_MODE_ABS); in __do_semtimedop()