Searched refs:timer_slack_ns (Results 1 – 13 of 13) 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()
800 current->timer_slack_ns); in futex_wait_requeue_pi()
713 current->timer_slack_ns); in futex_wait()
414 u32 timer_slack_ns; member797 ioc->timer_slack_ns = div64_u64( in ioc_refresh_period_us()1571 expires += ioc->timer_slack_ns; in iocg_kick_waitq()1576 abs(oexpires - expires) <= ioc->timer_slack_ns) in iocg_kick_waitq()1580 ioc->timer_slack_ns, HRTIMER_MODE_ABS); in iocg_kick_waitq()
2640 if (current->timer_slack_ns > ULONG_MAX) in SYSCALL_DEFINE5() 2643 error = current->timer_slack_ns; in SYSCALL_DEFINE5() 2649 current->timer_slack_ns = in SYSCALL_DEFINE5() 2652 current->timer_slack_ns = arg2; in SYSCALL_DEFINE5()
2136 p->default_timer_slack_ns = current->timer_slack_ns; in copy_process()
554 current->timer_slack_ns); \
1447 u64 timer_slack_ns; member
80 u64 slack = current->timer_slack_ns; in select_estimate_accuracy()
1339 hrtimer_set_expires_range_ns(&t.timer, until, current->timer_slack_ns); in read_events()
2170 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()