tools/verification/models/sched/opid.dot

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

File Facts

System
Linux kernel
Corpus path
tools/verification/models/sched/opid.dot
Extension
.dot
Size
381 bytes
Lines
14
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_any"};
	{node [shape = doublecircle] "any"};
	"__init_any" -> "any";
	"any" [label = "any", color = green3];
	"any" -> "any" [ label = "sched_need_resched;irq_off == 1\nsched_waking;irq_off == 1 && preempt_off == 1" ];
	{ rank = min ;
		"__init_any";
		"any";
	}
}

Annotation

Implementation Notes