Searched refs:callout_test (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/modules/tests/callout_test/
H A DMakefile5 .PATH: ${SRCTOP}/sys/tests/callout_test
7 KMOD= callout_test
8 SRCS= callout_test.c
/freebsd-13-stable/sys/tests/
H A Dcallout_test.h29 struct callout_test { struct
/freebsd-13-stable/sys/tests/runtest/
H A Druntest.c39 #include "../callout_test.h"
46 static struct callout_test callout_test = { variable in typeref:struct:callout_test
74 callout_test.number_of_callouts = atoi(optarg);
77 callout_test.test_number = atoi(optarg);
87 if (strcmp(kern_test.name, "callout_test") == 0)
88 memcpy(kern_test.test_options, &callout_test, sizeof(callout_test));
/freebsd-13-stable/sys/modules/tests/
H A DMakefile5 SUBDIR+= callout_test
/freebsd-13-stable/sys/tests/callout_test/
H A Dcallout_test.c49 #include <tests/callout_test.h>
187 struct callout_test *u;
193 u = (struct callout_test *)test->test_options;
245 err = kern_testframework_register("callout_test",
248 printf("Can't load callout_test err:%d returned\n",
256 err = kern_testframework_deregister("callout_test");
264 err = kern_testframework_deregister("callout_test");
278 .name = "callout_test",
283 MODULE_DEPEND(callout_test, kern_testframework, 1, 1, 1);
284 DECLARE_MODULE(callout_test, callout_test_mo
[all...]

Completed in 156 milliseconds