Home
last modified time | relevance | path

Searched refs:timer_slack_ns (Results 1 – 10 of 10) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c286 p->timer_slack_ns = 0; in DEFINE_CLASS()
287 } else if (p->timer_slack_ns == 0) { in DEFINE_CLASS()
289 p->timer_slack_ns = p->default_timer_slack_ns; in DEFINE_CLASS()
/linux/kernel/futex/
H A Drequeue.c800 current->timer_slack_ns); in futex_wait_requeue_pi()
H A Dwaitwake.c713 current->timer_slack_ns); in futex_wait()
/linux/kernel/
H A Dsys.c2625 if (current->timer_slack_ns > ULONG_MAX) in SYSCALL_DEFINE5()
2628 error = current->timer_slack_ns; in SYSCALL_DEFINE5()
2634 current->timer_slack_ns = in SYSCALL_DEFINE5()
2637 current->timer_slack_ns = arg2; in SYSCALL_DEFINE5()
H A Dfork.c2134 p->default_timer_slack_ns = current->timer_slack_ns; in copy_process()
/linux/include/linux/
H A Dwait.h554 current->timer_slack_ns); \
H A Dsched.h1447 u64 timer_slack_ns; member
/linux/fs/proc/
H A Dbase.c2631 p->timer_slack_ns = slack_ns; in timerslack_ns_write()
2665 seq_printf(m, "%llu\n", p->timer_slack_ns); in timerslack_ns_show()
/linux/ipc/
H A Dsem.c2167 current->timer_slack_ns, HRTIMER_MODE_ABS); in __do_semtimedop()
/linux/fs/
H A Daio.c1340 hrtimer_set_expires_range_ns(&t.timer, until, current->timer_slack_ns); in read_events()