Searched refs:kconfig (Results 1 – 25 of 45) sorted by relevance
12
42 sed -e 's/^/test_kconfig_disabled /' -e 's/=n$//' > $T/kconfig-n.sh43 . $T/kconfig-n.sh45 sed -e 's/^/test_kconfig_enabled /' > $T/kconfig-not-n.sh46 . $T/kconfig-not-n.sh
53 …tests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --kconfig "CONFIG_FORCE_NEE…86 …tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --kconfig…
21 self.kconfig = self._read_template_file("Kconfig")130 kconfig = self.kconfig133 kconfig = kconfig.replace("%%MODEL_NAME%%", self.name)134 kconfig = kconfig.replace("%%MODEL_NAME_UP%%", self.name.upper())135 kconfig = kconfig.replace("%%MONITOR_CLASS_TYPE%%", monitor_class_type)136 kconfig = kconfig.replace("%%DESCRIPTION%%", self.description)137 kconfig = kconfig.replace("%%MONITOR_DEPS%%", monitor_deps)138 return kconfig241 kconfig = self.fill_kconfig()242 self._create_file("Kconfig", kconfig)
26 kconfig="$ksrc_dir/.config"70 if ! grep -x "CONFIG_GCOV_PROFILE_RDS=y" "$kconfig" > /dev/null 2>&1; then74 if ! grep -x "CONFIG_GCOV_KERNEL=y" "$kconfig" > /dev/null 2>&1; then78 if grep -x "CONFIG_GCOV_PROFILE_ALL=y" "$kconfig" > /dev/null 2>&1; then95 if ! grep -x "$1=y" "$kconfig" > /dev/null 2>&1; then102 if grep -x "$1=y" "$kconfig" > /dev/null 2>&1; then123 if ! test -e "$kconfig"; then
127 static struct kconfig_t kconfig[__KCONFIG_LAST__] = { variable150 if (kconfig[k]._error == KCONFIG_UNKNOWN) { in kernel_config_has()151 if (kconfig[k].check_kconfig(&kconfig[k]._error)) in kernel_config_has()154 ret = kconfig[k]._error == 0; in kernel_config_has()
87 kconfig = Kconfig()97 kconfig.add_entry(match.group(1), match.group(2))102 kconfig.add_entry(empty_match.group(1), 'n')108 return kconfig
106 self._kconfig = qemu_arch_params.kconfig116 kconfig = kunit_config.parse_from_string(self._kconfig)117 kconfig.merge_in_entries(base_kunitconfig)118 return kconfig148 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)149 kconfig.merge_in_entries(base_kunitconfig)150 return kconfig266 kconfig = kunit_config.parse_from_string('\n'.join(kconfig_add))267 self._kconfig.merge_in_entries(kconfig)
15 kconfig: str
174 if (!(skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()175 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()176 || skel->kconfig->CONFIG_SECURITY_SMACK)) in test_lsm_cgroup_functional()240 if (skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()241 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()242 || skel->kconfig->CONFIG_SECURITY_SMACK) in test_lsm_cgroup_functional()
5 kconfig='''
4 kconfig='''
6 kconfig='''
57 local kconfig="$build_dir/.config"60 tee "$kconfig" > "$kho_config" <<EOF74 grep "$opt" "$kconfig" &>/dev/null || skip "$opt is missing"
Completed in 25 milliseconds