Home
last modified time | relevance | path

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

/include/linux/
Dkmod.h25 #define request_module(mod...) __request_module(true, mod) argument
26 #define request_module_nowait(mod...) __request_module(false, mod) argument
27 #define try_then_request_module(x, mod...) \ argument
32 #define try_then_request_module(x, mod...) (x) argument
Dmodule.h48 struct module *mod; member
321 struct module *mod; member
610 static inline bool module_is_live(struct module *mod) in module_is_live()
623 const struct module *mod, in within_module_mem_type()
634 const struct module *mod) in within_module_core()
644 const struct module *mod) in within_module_init()
653 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
734 #define module_name(mod) \ argument
753 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
797 const struct module *mod) in within_module_core()
[all …]
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()
Dcfi.h37 struct module *mod) {} in module_cfi_finalize()
Dnotifier.h126 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
132 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
Dmoduleparam.h71 struct module *mod; member
307 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock()
310 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock()
604 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup()
611 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
Dftrace.h311 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem()
403 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem()
796 static inline int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop()
867 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init()
868 static inline void ftrace_module_enable(struct module *mod) { } in ftrace_module_enable()
869 static inline void ftrace_release_mod(struct module *mod) { } in ftrace_release_mod()
Dmost.h234 struct module *mod; member
266 struct module *mod; member
Dkallsyms.h52 struct module *mod; in dereference_symbol_descriptor() local
Dtracepoint.h62 struct module *mod; member
69 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
Dstatic_call.h169 struct module *mod; /* for vmlinux, mod == NULL */ member
Dccp.h378 struct scatterlist *mod; member
579 struct scatterlist *mod; member
Ddynamic_debug.h87 struct module *mod; member
Dgunyah.h38 struct module *mod; member
Dtrace_events.h535 #define synth_event_gen_cmd_start(cmd, name, mod, ...) \ argument
Dbpf.h1169 struct module *mod; member
1481 struct module *mod; member
/include/linux/iio/imu/
Dadis.h488 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
506 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
509 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
512 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
515 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/include/linux/iio/common/
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/
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
254 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
/include/linux/usb/
Dcomposite.h207 struct module *mod; member
571 struct module *mod; member
/include/linux/mtd/
Dmtd.h602 u32 mod; in mtd_align_erase_req() local