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

/linux-master/lib/kunit/
H A Dexecutor.c334 static char *kunit_shutdown; variable
335 core_param(kunit_shutdown, kunit_shutdown, charp, 0644);
339 if (!kunit_shutdown)
342 if (!strcmp(kunit_shutdown, "poweroff"))
344 else if (!strcmp(kunit_shutdown, "halt"))
346 else if (!strcmp(kunit_shutdown, "reboot"))

Completed in 113 milliseconds