Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl3708 sub chomp_config { subroutine
3719 my $kconfig = chomp_config $dep;
3769 my $kconfig = chomp_config $config;
3877 my $kconfig = chomp_config $config;
3924 @test_configs = sort { $depcount{chomp_config($b)} <=> $depcount{chomp_config($a)} }
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl3727 sub chomp_config { subroutine
3738 my $kconfig = chomp_config $dep;
3781 my $kconfig = chomp_config $config;
3889 my $kconfig = chomp_config $config;
3935 @test_configs = sort { $depcount{chomp_config($b)} <=> $depcount{chomp_config($a)} }

Completed in 7 milliseconds