Searched refs:test_module (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | manualexecution.py | 40 def _get_available_config_options(self, config_options, test_module, target_config): argument 42 if test_module in config_options: 43 avail_config_options = config_options[test_module].get(target_config) 54 def _get_config(self, config_options, test_module): argument 64 configurations['TEST_MODULE'] = test_module 68 … avail_config_options = self._get_available_config_options(config_options, test_module, config) 122 test_module = self._get_test_module(case_file) 127 configurations = self._get_config(config_options, test_module) 128 result_id = 'manual_%s_%s' % (test_module, configurations['STARTTIME'])
|
/openbmc/linux/tools/testing/selftests/splice/ |
H A D | short_splice_read.sh | 127 if ! [ -d /sys/module/test_module/sections ] ; then 128 expect_success "test_module kernel module load" modprobe test_module 130 expect_success "kernfs attr splice" test_splice /sys/module/test_module/coresize 131 expect_success "kernfs binattr splice" test_splice /sys/module/test_module/sections/.init.text
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | selftest.py | 25 test_module = "oeqa.selftest.cases.external-layer" 34 found_method = search_method(test_module, method_name)
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | reporting-issues.rst | 775 [ 68.387301] RIP: 0010:test_module_init+0x5/0xffa [test_module] 779 …] RIP: 0010:test_module_init (/home/username/linux-5.10.5/test-module/test-module.c:16) test_module
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | reporting-issues.rst | 769 [ 68.387301] RIP: 0010:test_module_init+0x5/0xffa [test_module] 773 …] RIP: 0010:test_module_init (/home/username/linux-5.10.5/test-module/test-module.c:16) test_module
|
/openbmc/linux/lib/ |
H A D | Makefile | 76 obj-$(CONFIG_TEST_LKM) += test_module.o
|
H A D | Kconfig.debug | 2415 This builds the "test_module" module that emits "Hello, world"
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 991 [ 68.387301] RIP: 0010:test_module_init+0x5/0xffa [test_module] 995 …] RIP: 0010:test_module_init (/home/username/linux-5.10.5/test-module/test-module.c:16) test_module
|