clockintr: rename "struct clockintr_queue" to "struct clockqueue"
authorcheloha <cheloha@openbsd.org>
Sun, 25 Feb 2024 19:15:50 +0000 (19:15 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 25 Feb 2024 19:15:50 +0000 (19:15 +0000)
commitc737cf90c555ea2a43d15654d58c047b881e67da
tree7ee59ed4b9f110d6b0298cb92cce4ce7b7d7f3d4
parent87252234689715098a731298f6e1c2e2597e0b39
clockintr: rename "struct clockintr_queue" to "struct clockqueue"

The code has outgrown the original name for this struct.  Both the
external and internal APIs have used the "clockqueue" namespace for
some time when operating on it, and that name is eyeball-consistent
with "clockintr" and "clockrequest", so "clockqueue" it is.
15 files changed:
sys/arch/alpha/include/cpu.h
sys/arch/amd64/include/cpu.h
sys/arch/arm/include/cpu.h
sys/arch/arm64/include/cpu.h
sys/arch/hppa/include/cpu.h
sys/arch/i386/include/cpu.h
sys/arch/m88k/include/cpu.h
sys/arch/mips64/include/cpu.h
sys/arch/powerpc/include/cpu.h
sys/arch/powerpc64/include/cpu.h
sys/arch/riscv64/include/cpu.h
sys/arch/sh/include/cpu.h
sys/arch/sparc64/include/cpu.h
sys/kern/kern_clockintr.c
sys/sys/clockintr.h