clockintr: rename "clockintr_schedule_locked" to "clockqueue_pend_insert"
authorcheloha <cheloha@openbsd.org>
Fri, 8 Sep 2023 22:23:30 +0000 (22:23 +0000)
committercheloha <cheloha@openbsd.org>
Fri, 8 Sep 2023 22:23:30 +0000 (22:23 +0000)
commit9bc72213b6cbaf5b29182fe4cf3edf08ef4a64a7
tree76e73b1946427cd3f16dd95391e72799e075189b
parent83ca3f0ff71837caa8b727607765dabdf91ad391
clockintr: rename "clockintr_schedule_locked" to "clockqueue_pend_insert"

The function clockintr_schedule_locked() is poorly named.  "Schedule" is
a broad word that connotes too much and "clockintr" implies that we are
mainly operating on the clockintr itself, which is untrue.

clockqueue_pend_insert() is a better name: it is clearer that we are
inserting an element into cq_pend.
sys/kern/kern_clockintr.c