Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c2513 u64 slack_ns; in timerslack_ns_write() local
2516 err = kstrtoull_from_user(buf, count, 10, &slack_ns); in timerslack_ns_write()
2541 if (slack_ns == 0) in timerslack_ns_write()
2544 p->timer_slack_ns = slack_ns; in timerslack_ns_write()