tools/verification/models/sched/snep.dot

Source file repositories/reference/linux-study-clean/tools/verification/models/sched/snep.dot

File Facts

System
Linux kernel
Corpus path
tools/verification/models/sched/snep.dot
Extension
.dot
Size
831 bytes
Lines
19
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

digraph state_automaton {
	center = true;
	size = "7,11";
	{node [shape = plaintext, style=invis, label=""] "__init_non_scheduling_context"};
	{node [shape = ellipse] "non_scheduling_context"};
	{node [shape = plaintext] "non_scheduling_context"};
	{node [shape = plaintext] "scheduling_contex"};
	"__init_non_scheduling_context" -> "non_scheduling_context";
	"non_scheduling_context" [label = "non_scheduling_context", color = green3];
	"non_scheduling_context" -> "non_scheduling_context" [ label = "preempt_disable\npreempt_enable" ];
	"non_scheduling_context" -> "scheduling_contex" [ label = "schedule_entry" ];
	"scheduling_contex" [label = "scheduling_contex"];
	"scheduling_contex" -> "non_scheduling_context" [ label = "schedule_exit" ];
	{ rank = min ;
		"__init_non_scheduling_context";
		"non_scheduling_context";
	}
}

Annotation

Implementation Notes