Home
last modified time | relevance | path

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

/lib/
Dtest_kmod.c131 struct test_config config; member
182 struct test_config *config = &test_dev->config; in kmod_test_done_check() local
187 if (test_dev->done == config->num_threads) { in kmod_test_done_check()
198 struct test_config *config = &test_dev->config; in test_kmod_put_module() local
203 switch (config->test_case) { in test_kmod_put_module()
221 struct test_config *config = &test_dev->config; in run_request() local
223 switch (config->test_case) { in run_request()
225 info->ret_sync = request_module("%s", config->test_driver); in run_request()
228 info->fs_sync = get_fs_type(config->test_fs); in run_request()
252 struct test_config *config = &test_dev->config; in tally_work_test() local
[all …]
DKconfig6 config BINARY_PRINTF
11 config RAID6_PQ
14 config RAID6_PQ_BENCHMARK
22 config PACKING
39 config BITREVERSE
42 config HAVE_ARCH_BITREVERSE
50 config GENERIC_STRNCPY_FROM_USER
53 config GENERIC_STRNLEN_USER
56 config GENERIC_NET_UTILS
59 config GENERIC_FIND_FIRST_BIT
[all …]
DKconfig.debug6 config PRINTK_TIME
21 config PRINTK_CALLER
38 config CONSOLE_LOGLEVEL_DEFAULT
53 config CONSOLE_LOGLEVEL_QUIET
64 config MESSAGE_LOGLEVEL_DEFAULT
79 config BOOT_PRINTK_DELAY
97 config DYNAMIC_DEBUG
171 config DEBUG_INFO
184 config DEBUG_INFO_REDUCED
197 config DEBUG_INFO_SPLIT
[all …]
DKconfig.kasan2 # This config refers to the generic KASAN mode.
3 config HAVE_ARCH_KASAN
6 config HAVE_ARCH_KASAN_SW_TAGS
9 config CC_HAS_KASAN_GENERIC
12 config CC_HAS_KASAN_SW_TAGS
15 config KASAN
37 config KASAN_GENERIC
59 config KASAN_SW_TAGS
87 config KASAN_OUTLINE
96 config KASAN_INLINE
[all …]
DKconfig.ubsan2 config ARCH_HAS_UBSAN_SANITIZE_ALL
5 config UBSAN
14 config UBSAN_SANITIZE_ALL
31 config UBSAN_NO_ALIGNMENT
41 config UBSAN_ALIGNMENT
44 config TEST_UBSAN
DKconfig.kgdb3 config HAVE_ARCH_KGDB
13 you also turn on the kernel config option
22 config KGDB_SERIAL_CONSOLE
32 config KGDB_TESTS
44 config KGDB_TESTS_ON_BOOT
52 config KGDB_TESTS_BOOT_STRING
62 config KGDB_LOW_LEVEL_TRAP
71 config KGDB_KDB
77 config KDB_DEFAULT_ENABLE
97 The config option merely sets the default at boot time. Both
[all …]
Dtest_firmware.c266 static DEVICE_ATTR_RO(config);
314 bool config) in test_dev_config_show_bool() argument
319 val = config; in test_dev_config_show_bool()
894 TEST_FW_DEV_ATTR(config),
/lib/vdso/
DKconfig3 config HAVE_GENERIC_VDSO
8 config GENERIC_GETTIMEOFDAY
15 config GENERIC_VDSO_32
19 This config option helps to avoid possible performance issues
22 config GENERIC_COMPAT_VDSO
25 This config option enables the compat VDSO layer.
/lib/xz/
DKconfig2 config XZ_DEC
12 config XZ_DEC_X86
17 config XZ_DEC_POWERPC
22 config XZ_DEC_IA64
27 config XZ_DEC_ARM
32 config XZ_DEC_ARMTHUMB
37 config XZ_DEC_SPARC
44 config XZ_DEC_BCJ
48 config XZ_DEC_TEST
/lib/fonts/
DKconfig6 config FONT_SUPPORT
11 config FONTS
24 config FONT_8x8
38 config FONT_8x16
47 config FONT_6x11
55 config FONT_7x14
63 config FONT_PEARL_8x8
71 config FONT_ACORN_8x8
79 config FONT_MINI_4x6
83 config FONT_6x10
[all …]
/lib/math/
DKconfig2 config CORDIC
8 config PRIME_NUMBERS
11 config RATIONAL
/lib/zlib_deflate/
Ddeflate.c112 } config; typedef
114 static const config configuration_table[10] = {