Searched refs:module (Results 1 – 21 of 21) sorted by relevance
/lib/ |
A D | once.c | 11 struct module *module; member 21 module_put(work->module); in once_deferred() 25 static void once_disable_jump(struct static_key_true *key, struct module *mod) in once_disable_jump() 35 w->module = mod; in once_disable_jump() 61 unsigned long *flags, struct module *mod) in __do_once_done() 91 struct module *mod) in __do_once_sleepable_done()
|
A D | codetag.c | 30 struct module *mod; 138 static void *get_symbol(struct module *mod, const char *prefix, const char *name) in get_symbol() 158 static struct codetag_range get_section_range(struct module *mod, in get_section_range() 167 static const char *get_mod_name(__maybe_unused struct module *mod) in get_mod_name() 176 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init() 234 bool codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section() 262 void *codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section() 287 void codetag_free_module_sections(struct module *mod) in codetag_free_module_sections() 303 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() 319 int codetag_load_module(struct module *mod) in codetag_load_module() [all …]
|
A D | bug.c | 70 struct module *mod; in module_find_bug() 85 struct module *mod) in module_bug_finalize() 113 void module_bug_cleanup(struct module *mod) in module_bug_cleanup() 232 struct module *mod; in generic_bug_clear_once()
|
A D | alloc_tag.c | 278 static struct module unloaded_mod; 280 static struct module prepend_mod; 330 static bool needs_section_mem(struct module *mod, unsigned long size) in needs_section_mem() 366 struct module *val; in clean_unused_module_areas_locked() 473 static void *reserve_module_tags(struct module *mod, unsigned long size, in reserve_module_tags() 560 static void release_module_tags(struct module *mod, bool used) in release_module_tags() 565 struct module *val; in release_module_tags() 606 static int load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module() 641 static void replace_module(struct module *mod, struct module *new_mod) in replace_module() 644 struct module *val; in replace_module()
|
A D | Kconfig.debug | 142 module : module that contains the debug statement 942 To compile this code as a module, choose M here: the module will 1981 To compile this code as a module, choose M here: the module will 1998 To compile this code as a module, choose M here: the module will 2021 To compile this code as a module, choose M here: the module will 2255 Choose M here to compile this code as a module. The module will be 2425 at module load time. 2540 (or module load). 2553 tristate "Test module loading with 'hello world' module" 3041 search space would be slightly different. The last module, module D [all …]
|
A D | error-inject.c | 108 static void module_load_ei_list(struct module *mod) in module_load_ei_list() 117 static void module_unload_ei_list(struct module *mod) in module_unload_ei_list() 138 struct module *mod = data; in ei_module_callback()
|
A D | dynamic_debug.c | 56 const char *module; member 145 query->module ?: "", in vpr_info_dq() 190 if (query->module && in ddebug_change() 191 !match_wildcard(query->module, dt->mod_name)) in ddebug_change() 453 rc = check_set(&query->module, arg, "module"); in ddebug_parse_query() 471 if (!query->module && modname) in ddebug_parse_query() 476 query->module = modname; in ddebug_parse_query() 1306 int ddebug_dyndbg_module_param_cb(char *param, char *val, const char *module) in ddebug_dyndbg_module_param_cb() argument 1308 vpr_info("module: %s %s=\"%s\"\n", module, param, val); in ddebug_dyndbg_module_param_cb() 1309 return ddebug_dyndbg_param_cb(param, val, module, -ENOENT); in ddebug_dyndbg_module_param_cb() [all …]
|
A D | Kconfig.kgdb | 56 This is a kgdb I/O module specifically designed to test 57 kgdb's internal functions. This kgdb I/O module is 61 the tests. The most basic of this I/O module is to boot 118 issuing 'echo X > /sys/module/kdb/parameters/cmd_enable' or
|
A D | extable.c | 75 void trim_init_extable(struct module *m) in trim_init_extable()
|
A D | Kconfig.kmsan | 60 during boot; say M if you want the test to build as a module; say N
|
A D | Kconfig.kfence | 96 during boot; say M if you want the test to build as a module; say N
|
A D | Kconfig | 416 # This actually supports modular compilation, but the module overhead 443 module load) by a small amount, so you're welcome to play with
|
A D | Kconfig.ubsan | 167 This is a test module for UBSAN.
|
A D | Kconfig.kcsan | 80 during boot; say M if you want the test to build as a module; say N
|
/lib/crc/ |
A D | Kconfig | 8 The CRC4 library functions. Select this if your module uses any of 14 The CRC7 library functions. Select this if your module uses any of 20 The CRC8 library functions. Select this if your module uses any of 26 The CRC16 library functions. Select this if your module uses any of 32 The CRC-CCITT library functions. Select this if your module uses any 38 The CRC-ITU-T library functions. Select this if your module uses 44 The CRC-T10DIF library functions. Select this if your module uses 60 The CRC32 library functions. Select this if your module uses any of 79 The CRC64 library functions. Select this if your module uses any of
|
/lib/crypto/ |
A D | Kconfig | 36 either builtin or as a module. 52 either builtin or as a module. 76 either builtin or as a module. 116 either builtin or as a module. 143 The SHA-1 and HMAC-SHA1 library functions. Select this if your module 161 Select this if your module uses any of these functions from 180 Select this if your module uses any of these functions from
|
/lib/tests/module/ |
A D | gen_test_kallsyms.sh | 4 DIR=lib/tests/module
|
/lib/tests/ |
A D | Makefile | 51 obj-$(CONFIG_TEST_RUNTIME_MODULE) += module/
|
/lib/kunit/ |
A D | test.c | 805 static void kunit_module_init(struct module *mod) in kunit_module_init() 845 static void kunit_module_exit(struct module *mod) in kunit_module_exit() 870 struct module *mod = data; in kunit_module_notify()
|
A D | Kconfig | 97 int "Default value of the timeout module parameter"
|
/lib/crypto/arm/ |
A D | sha1-armv4-large.S | 14 @ project. The module is, however, dual licensed under OpenSSL and
|
Completed in 31 milliseconds