Searched defs:mod (Results 1 – 8 of 8) sorted by relevance
| /lib/ |
| A D | codetag.c | 30 struct module *mod; member 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 | once.c | 25 static void once_disable_jump(struct static_key_true *key, struct 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 | bug.c | 70 struct module *mod; in module_find_bug() local 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() local
|
| 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() local
|
| A D | alloc_tag.c | 330 static bool needs_section_mem(struct module *mod, unsigned long size) in needs_section_mem() 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() 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()
|
| A D | dynamic_debug.c | 1346 struct module *mod = data; in ddebug_module_notify() local
|
| /lib/crypto/mpi/ |
| A D | mpi-pow.c | 26 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
| /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() local
|
Completed in 16 milliseconds