CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2023/09/08 16:23:30
Modified files: sys/kern : kern_clockintr.c Log message: 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.