tools/testing/selftests/timers/set-tai.c

Source file repositories/reference/linux-study-clean/tools/testing/selftests/timers/set-tai.c

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/timers/set-tai.c
Extension
.c
Size
1510 bytes
Lines
70
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

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

if (ret != i) {
			printf("[FAILED] expected: %i got %i\n", i, ret);
			ksft_exit_fail();
		}
	}
	printf("[OK]\n");
	ksft_exit_pass();
}

Annotation

Implementation Notes