Home
last modified time | relevance | path

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

/include/linux/
Dlivepatch.h83 struct module *mod; member
97 struct module *mod; member
128 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming()
129 static inline void klp_module_going(struct module *mod) { } in klp_module_going()
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
Dcfi.h24 static inline void cfi_module_add(struct module *mod, unsigned long min_addr, in cfi_module_add()
29 static inline void cfi_module_remove(struct module *mod, unsigned long min_addr, in cfi_module_remove()
Dmodule.h46 struct module *mod; member
289 struct module *mod; member
496 static inline int module_is_live(struct module *mod) in module_is_live()
508 const struct module *mod) in within_module_core()
515 const struct module *mod) in within_module_init()
521 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
610 #define module_name(mod) \ argument
638 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
643 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
694 #define module_name(mod) "kernel" argument
[all …]
Dmoduleparam.h70 struct module *mod; member
238 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock()
241 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock()
463 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup()
470 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
Dtracepoint.h50 struct module *mod; member
57 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
Dftrace.h617 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init()
618 static inline void ftrace_module_enable(struct module *mod) { } in ftrace_module_enable()
619 static inline void ftrace_release_mod(struct module *mod) { } in ftrace_release_mod()
Ddynamic_debug.h162 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module()
Djump_label.h216 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops()
Dccp.h315 struct scatterlist *mod; member
516 struct scatterlist *mod; member
Dtrace_events.h259 void *mod; member
/include/linux/iio/imu/
Dadis.h203 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
221 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
224 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
227 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
230 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/include/net/
Dipv6.h124 #define _DEVINC(net, statname, mod, idev, field) \ argument
133 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument
150 #define _DEVADD(net, statname, mod, idev, field, val) \ argument
158 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
/include/media/
Dlirc_dev.h15 #define mod(n, div) ((n) % (div)) macro
/include/linux/usb/
Dcomposite.h212 struct module *mod; member
574 struct module *mod; member
/include/linux/iio/common/
Dst_sensors.h45 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument