timeout: rename "timeout_at_ts" to "timeout_abs_ts"
authorcheloha <cheloha@openbsd.org>
Sat, 31 Dec 2022 16:06:24 +0000 (16:06 +0000)
committercheloha <cheloha@openbsd.org>
Sat, 31 Dec 2022 16:06:24 +0000 (16:06 +0000)
commite3c5fa921ef394179421471c88eb2be26d8a6692
tree3fa44d9f34a515d171f67476d6412ef4f4c18d04
parente74054ac4269eab6192dd4650cb2e0afef2924a8
timeout: rename "timeout_at_ts" to "timeout_abs_ts"

I think "abs" ("absolute timeout") is a better mnemonic than
"at" ("at the given time").

The interface is undocumented and there are only two callers, so
renaming it is not a big deal.

probably ok kn@
sys/kern/kern_time.c
sys/kern/kern_timeout.c
sys/sys/timeout.h