Expand description
[KState] subcategory structs, one per OS subsystem domain.
Authors: MarioS271
Modulesยง
- cpu
- Per-CPU state and SMP topology placeholder for [
KState]. - dev
- Physical device registry subcategory for [
KState]. - fs
- Virtual filesystem state placeholder for [
KState]. - ipc
- Inter-process communication state placeholder for [
KState]. - irq
- IRQ routing table placeholder for [
KState]. - mm
- Memory management subcategory placeholder for [
KState]. - mnt
- Filesystem mount table placeholder for [
KState]. - net
- Network interface and socket state placeholder for [
KState]. - procs
- Process table placeholder for [
KState]. - sched
- Process scheduler state placeholder for [
KState]. - sys
- System hardware and driver info placeholder for [
KState]. - time
- System clock, timer, and uptime state placeholder for [
KState]. - vdev
- Virtual device registry subcategory for [
KState].