Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dkmod.h37 #define request_module(mod...) __request_module(true, mod) argument
38 #define request_module_nowait(mod...) __request_module(false, mod) argument
39 #define try_then_request_module(x, mod...) \ argument
44 #define try_then_request_module(x, mod...) (x) argument
Dmodule.h39 struct module *mod; member
380 static inline int module_is_live(struct module *mod) in module_is_live()
391 static inline int within_module_core(unsigned long addr, struct module *mod) in within_module_core()
397 static inline int within_module_init(unsigned long addr, struct module *mod) in within_module_init()
479 #define module_name(mod) \ argument
556 #define module_name(mod) "kernel" argument
645 struct module *mod) in module_bug_finalize()
648 static inline void module_bug_cleanup(struct module *mod) {} in module_bug_cleanup()
Ddynamic_debug.h97 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module()
Djump_label.h200 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops()
Dmoduleparam.h454 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup()
461 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
Dftrace_event.h204 void *mod; member
Dftrace.h385 static inline void ftrace_release_mod(struct module *mod) {} in ftrace_release_mod()
/include/media/
Dlirc_dev.h15 #define mod(n, div) ((n) % (div)) macro