Home
last modified time | relevance | path

Searched refs:chomp_config (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/ktest/
H A Dktest.pl3731 sub chomp_config { subroutine
3742 my $kconfig = chomp_config $dep;
3785 my $kconfig = chomp_config $config;
3893 my $kconfig = chomp_config $config;
3939 @test_configs = sort { $depcount{chomp_config($b)} <=> $depcount{chomp_config($a)} }