Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/ktest/
Dktest.pl3742 sub chomp_config { subroutine
3753 my $kconfig = chomp_config $dep;
3796 my $kconfig = chomp_config $config;
3904 my $kconfig = chomp_config $config;
3950 @test_configs = sort { $depcount{chomp_config($b)} <=> $depcount{chomp_config($a)} }