Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c132 .timer_slack_ns = 50000, /* 50 usec default slack */
/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c412 u32 timer_slack_ns; member
801 ioc->timer_slack_ns = div64_u64( in ioc_refresh_period_us()
1487 expires += ioc->timer_slack_ns; in iocg_kick_waitq()
1492 abs(oexpires - expires) <= ioc->timer_slack_ns) in iocg_kick_waitq()
1496 ioc->timer_slack_ns, HRTIMER_MODE_ABS); in iocg_kick_waitq()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2530 if (current->timer_slack_ns > ULONG_MAX) in SYSCALL_DEFINE5()
2533 error = current->timer_slack_ns; in SYSCALL_DEFINE5()
2537 current->timer_slack_ns = in SYSCALL_DEFINE5()
2540 current->timer_slack_ns = arg2; in SYSCALL_DEFINE5()
H A Dfutex.c2709 current->timer_slack_ns); in futex_wait()
3202 current->timer_slack_ns); in futex_wait_requeue_pi()
H A Dfork.c2083 p->default_timer_slack_ns = current->timer_slack_ns; in copy_process()
H A Dsignal.c3521 ret = freezable_schedule_hrtimeout_range(to, tsk->timer_slack_ns, in do_sigtimedwait()
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c90 if (ret < current->timer_slack_ns) in select_estimate_accuracy()
91 return current->timer_slack_ns; in select_estimate_accuracy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h540 current->timer_slack_ns); \
H A Dsched.h1244 u64 timer_slack_ns; member
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c2542 p->timer_slack_ns = p->default_timer_slack_ns; in timerslack_ns_write()
2544 p->timer_slack_ns = slack_ns; in timerslack_ns_write()
2578 seq_printf(m, "%llu\n", p->timer_slack_ns); in timerslack_ns_show()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dhrtimer.c1989 slack = current->timer_slack_ns; in hrtimer_nanosleep()