Page MenuHomeFreeBSD

linuxkpi: Define `system_state`
ClosedPublic

Authored by dumbbell on Apr 22 2026, 8:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 18, 9:24 PM
Unknown Object (File)
Wed, Jul 15, 7:19 AM
Unknown Object (File)
Wed, Jul 15, 7:19 AM
Unknown Object (File)
Tue, Jul 7, 3:25 AM
Unknown Object (File)
Sun, Jul 5, 6:20 AM
Unknown Object (File)
Fri, Jul 3, 8:29 AM
Unknown Object (File)
Jun 20 2026, 6:43 AM
Unknown Object (File)
May 21 2026, 6:18 PM
Subscribers

Details

Summary

This is a global variable used to track the state of the system, like booting, running, halting and so on.

This variable is based on the enum system_states enumeration.

For now, always set system_state to SYSTEM_RUNNING.

The amdgpu DRM driver started this in Linux 6.12.x.

This is part of the update of DRM drivers to Linux 6.12.81.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable