Page MenuHomeFreeBSD

swi(9): clean up description of clk_intr_event
ClosedPublic

Authored by mhorne on Oct 11 2022, 5:17 PM.
Tags
None
Referenced Files
F114973140: D36937.id111649.diff
Sat, Apr 19, 4:48 AM
F114941367: D36937.id.diff
Fri, Apr 18, 8:04 PM
F114939534: D36937.diff
Fri, Apr 18, 7:32 PM
Unknown Object (File)
Wed, Apr 9, 4:45 AM
Unknown Object (File)
Dec 23 2024, 1:15 PM
Unknown Object (File)
Dec 1 2024, 7:30 PM
Unknown Object (File)
Dec 1 2024, 7:00 PM
Unknown Object (File)
Nov 22 2024, 1:05 AM
Subscribers
None

Details

Summary

From what I can tell, setdelayed() was removed so long ago that its
mention is more likely to be confusing than helpful. We now have a
manpage for hardclock(9), so reference that.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47778
Build 44665: arc lint + arc unit

Event Timeline

mhorne created this revision.

You might note in hardclock.9 that it's specifically the clk_intr_event handlers that get scheduled from hardclock(). Also, softclock is now decoupled from swi so the line "Schedule softclock interrupts ( swi(9)) processing" is somewhat misleading. softclock threads are scheduled from handleevents(), not hardclock().

This revision is now accepted and ready to land.Oct 11 2022, 5:27 PM