Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dbase.c2608 u64 slack_ns; in timerslack_ns_write() local
2611 err = kstrtoull_from_user(buf, count, 10, &slack_ns); in timerslack_ns_write()
2636 if (slack_ns == 0) in timerslack_ns_write()
2639 p->timer_slack_ns = slack_ns; in timerslack_ns_write()