Home
last modified time | relevance | path

Searched refs:slack_ns (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c2731 u64 slack_ns; in timerslack_ns_write() local
2734 err = kstrtoull_from_user(buf, count, 10, &slack_ns); in timerslack_ns_write()
2759 if (slack_ns == 0) in timerslack_ns_write()
2762 p->timer_slack_ns = slack_ns; in timerslack_ns_write()
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c2727 u64 slack_ns; in timerslack_ns_write() local
2730 err = kstrtoull_from_user(buf, count, 10, &slack_ns); in timerslack_ns_write()
2755 if (slack_ns == 0) in timerslack_ns_write()
2758 p->timer_slack_ns = slack_ns; in timerslack_ns_write()

Completed in 10 milliseconds