struct clockintr_queue: rename "cq_est" to "cq_all"
authorcheloha <cheloha@openbsd.org>
Sun, 17 Sep 2023 15:05:44 +0000 (15:05 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 17 Sep 2023 15:05:44 +0000 (15:05 +0000)
commit9c0655baf156717fd2a08c46f9aae10f3c9fab9c
tree83918cc280c4a8a5f5bc118f1942ba67340df412
parent0ed1bf01ac7e45759b65902d0ab711deb359316d
struct clockintr_queue: rename "cq_est" to "cq_all"

"cq_all" is a more obvious name than "cq_est".  It's the list of all
established clockintrs.  Duh.
sys/kern/kern_clockintr.c
sys/sys/clockintr.h