Home
last modified time | relevance | path

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

/include/linux/
A Dkmod.h22 #define request_module(mod...) __request_module(true, mod) argument
23 #define request_module_nowait(mod...) __request_module(false, mod) argument
24 #define try_then_request_module(x, mod...) \ argument
29 #define try_then_request_module(x, mod...) (x) argument
A Dcodetag.h99 codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section()
102 codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section()
105 static inline void codetag_free_module_sections(struct module *mod) {} in codetag_free_module_sections()
106 static inline void codetag_module_replaced(struct module *mod, struct module *new_mod) {} in codetag_module_replaced()
107 static inline int codetag_load_module(struct module *mod) { return 0; } in codetag_load_module()
108 static inline void codetag_unload_module(struct module *mod) {} in codetag_unload_module()
A Dmodule.h48 struct module *mod; member
311 struct module *mod; member
607 static inline bool module_is_live(struct module *mod) in module_is_live()
625 const struct module *mod, in within_module_mem_type()
636 const struct module *mod) in within_module_core()
646 const struct module *mod) in within_module_init()
736 #define module_name(mod) \ argument
801 const struct module *mod) in within_module_core()
807 const struct module *mod) in within_module_init()
835 #define module_name(mod) "kernel" argument
[all …]
A Dlivepatch.h127 struct module *mod; member
160 struct module *mod; member
240 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming()
241 static inline void klp_module_going(struct module *mod) {} in klp_module_going()
A Dnotifier.h126 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
132 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
A Dmoduleparam.h76 struct module *mod; member
315 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock()
318 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock()
612 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup()
619 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
A Dcfi.h78 struct module *mod) {} in module_cfi_finalize()
A Dftrace.h414 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem()
508 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem()
912 static inline int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop()
984 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init()
985 static inline void ftrace_module_enable(struct module *mod) { } in ftrace_module_enable()
986 static inline void ftrace_release_mod(struct module *mod) { } in ftrace_release_mod()
A Dmost.h234 struct module *mod; member
266 struct module *mod; member
A Dkallsyms.h52 struct module *mod; in dereference_symbol_descriptor() local
A Dtracepoint.h60 struct module *mod; member
74 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
95 void for_each_tracepoint_in_module(struct module *mod, in for_each_tracepoint_in_module()
A Dstatic_call.h171 struct module *mod; /* for vmlinux, mod == NULL */ member
A Dccp.h378 struct scatterlist *mod; member
579 struct scatterlist *mod; member
A Ddynamic_debug.h87 struct module *mod; member
A Dtrace_events.h528 #define synth_event_gen_cmd_start(cmd, name, mod, ...) \ argument
A Dbpf.h1683 struct module *mod; member
/include/linux/iio/imu/
A Dadis.h475 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
493 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
496 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
499 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
502 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/include/linux/iio/common/
A Dst_sensors.h53 #define ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \ argument
73 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
/include/net/
A Dipv6.h220 #define _DEVINC(net, statname, mod, idev, field) \ argument
229 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument
246 #define _DEVADD(net, statname, mod, idev, field, val) \ argument
256 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
/include/linux/usb/
A Dcomposite.h214 struct module *mod; member
573 struct module *mod; member
/include/linux/mtd/
A Dmtd.h602 u32 mod; in mtd_align_erase_req() local

Completed in 115 milliseconds