timeout(9): change argument order for timeout_set_kclock()
authorcheloha <cheloha@openbsd.org>
Sat, 19 Jun 2021 02:05:33 +0000 (02:05 +0000)
committercheloha <cheloha@openbsd.org>
Sat, 19 Jun 2021 02:05:33 +0000 (02:05 +0000)
commit4b2f352d050cd122772bb912c393e69f273ceabc
treeb20da2a65775fc46caf00aa59ce588a913f2b736
parentb143403e8231b4c258c4a63073cf18bd53dce3f9
timeout(9): change argument order for timeout_set_kclock()

Move the kclock argument before the flags argument.  XORing a bunch of
flags together may "sprawl", and I'd rather have any sprawl at the end
of the parameter list.

timeout_set_kclock() is undocumented and there is only one caller, so
no big refactor required.

Best to do this argument order shuffle before any bigger refactors of
e.g. timeout_set(9).
sys/kern/kern_fork.c
sys/kern/kern_timeout.c
sys/sys/timeout.h