Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/ktest/
Dktest.pl3673 sub chomp_config { subroutine
3684 my $kconfig = chomp_config $dep;
3734 my $kconfig = chomp_config $config;
3841 my $kconfig = chomp_config $config;
3888 @test_configs = sort { $depcount{chomp_config($b)} <=> $depcount{chomp_config($a)} }