Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/ktest/
H A Dktest.pl3745 sub chomp_config { subroutine
3756 my $kconfig = chomp_config $dep;
3799 my $kconfig = chomp_config $config;
3907 my $kconfig = chomp_config $config;
3953 @test_configs = sort { $depcount{chomp_config($b)} <=> $depcount{chomp_config($a)} }