Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 30) sorted by relevance

12

/include/trace/events/
Dmodule.h33 TP_PROTO(struct module *mod),
35 TP_ARGS(mod),
39 __string( name, mod->name )
43 __entry->taints = mod->taints;
44 __assign_str(name, mod->name);
52 TP_PROTO(struct module *mod),
54 TP_ARGS(mod),
57 __string( name, mod->name )
61 __assign_str(name, mod->name);
72 TP_PROTO(struct module *mod, unsigned long ip),
[all …]
/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
28 ((x) ?: (__request_module(true, mod), (x)))
32 #define try_then_request_module(x, mod...) (x) argument
Dmoduleloader.h23 struct module *mod);
26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
59 struct module *mod);
82 struct module *mod);
116 struct module *mod);
127 void module_arch_cleanup(struct module *mod);
130 void module_arch_freeing_init(struct module *mod);
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() argument
612 return mod->state != MODULE_STATE_GOING; in module_is_live()
623 const struct module *mod, in within_module_mem_type() argument
628 base = (unsigned long)mod->mem[type].base; in within_module_mem_type()
629 size = mod->mem[type].size; in within_module_mem_type()
634 const struct module *mod) in within_module_core() argument
637 if (within_module_mem_type(addr, mod, type)) in within_module_core()
644 const struct module *mod) in within_module_init() argument
[all …]
Dlivepatch.h127 struct module *mod; member
160 struct module *mod; member
198 int klp_module_coming(struct module *mod);
199 void klp_module_going(struct module *mod);
240 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming() argument
241 static inline void klp_module_going(struct module *mod) {} in klp_module_going() argument
Dkallsyms.h52 struct module *mod; in dereference_symbol_descriptor() local
59 mod = __module_address((unsigned long)ptr); in dereference_symbol_descriptor()
62 if (mod) in dereference_symbol_descriptor()
63 ptr = dereference_module_function_descriptor(mod, ptr); in dereference_symbol_descriptor()
Dcfi.h33 struct module *mod);
37 struct module *mod) {} in module_cfi_finalize() argument
Donce.h13 unsigned long *flags, struct module *mod);
18 struct module *mod);
Dnotifier.h126 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
128 mod struct srcu_notifier_head name = \
132 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
133 mod struct srcu_notifier_head name = \
Dftrace.h305 void ftrace_free_mem(struct module *mod, void *start, void *end);
311 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument
403 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument
754 extern int ftrace_make_nop(struct module *mod,
796 static inline int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop() argument
798 return ftrace_make_nop(mod, rec, MCOUNT_ADDR); in ftrace_init_nop()
862 extern void ftrace_module_init(struct module *mod);
863 extern void ftrace_module_enable(struct module *mod);
864 extern void ftrace_release_mod(struct module *mod);
867 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init() argument
[all …]
Dmoduleparam.h71 struct module *mod; member
304 extern void kernel_param_lock(struct module *mod);
305 extern void kernel_param_unlock(struct module *mod);
307 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock() argument
310 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock() argument
598 extern int module_param_sysfs_setup(struct module *mod,
602 extern void module_param_sysfs_remove(struct module *mod);
604 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup() argument
611 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove() argument
Dmost.h234 struct module *mod; member
266 struct module *mod; member
Dstatic_call.h169 struct module *mod; /* for vmlinux, mod == NULL */ member
180 extern int static_call_mod_init(struct module *mod);
Dccp.h378 struct scatterlist *mod; member
579 struct scatterlist *mod; member
Ddynamic_debug.h87 struct module *mod; member
106 .mod = THIS_MODULE, \
Dtracepoint.h62 struct module *mod; member
65 bool trace_module_has_bad_taint(struct module *mod);
69 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint() argument
Dgunyah.h38 struct module *mod; member
84 .mod = THIS_MODULE, \
Dtrace_events.h533 struct module *mod, ...);
535 #define synth_event_gen_cmd_start(cmd, name, mod, ...) \ argument
536 __synth_event_gen_cmd_start(cmd, name, mod, ## __VA_ARGS__, NULL)
545 struct module *mod,
550 unsigned int n_fields, struct module *mod);
/include/linux/iio/imu/
Dadis.h488 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
491 .channel2 = IIO_MOD_ ## mod, \
506 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
507 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
509 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
510 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
512 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
513 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
515 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
516 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)
/include/linux/iio/common/
Dst_sensors.h53 #define ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \ argument
57 .modified = mod, \
73 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
75 ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \
/include/crypto/internal/
Decc.h211 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod,
226 const u64 *mod, unsigned int ndigits);
/include/linux/mtd/
Dmtd.h602 u32 mod; in mtd_align_erase_req() local
607 mod = mtd_mod_by_eb(req->addr, mtd); in mtd_align_erase_req()
608 if (mod) { in mtd_align_erase_req()
609 req->addr -= mod; in mtd_align_erase_req()
610 req->len += mod; in mtd_align_erase_req()
613 mod = mtd_mod_by_eb(req->addr + req->len, mtd); in mtd_align_erase_req()
614 if (mod) in mtd_align_erase_req()
615 req->len += mtd->erasesize - mod; in mtd_align_erase_req()
/include/sound/
Dseq_device.h68 struct module *mod);
/include/net/
Dipv6.h220 #define _DEVINC(net, statname, mod, idev, field) \ argument
224 mod##SNMP_INC_STATS64((_idev)->stats.statname, (field));\
225 mod##SNMP_INC_STATS64((net)->mib.statname##_statistics, (field));\
229 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument
234 mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\
246 #define _DEVADD(net, statname, mod, idev, field, val) \ argument
250 mod##SNMP_ADD_STATS((_idev)->stats.statname, (field), (val)); \
251 mod##SNMP_ADD_STATS((net)->mib.statname##_statistics, (field), (val));\
254 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
258 mod##SNMP_UPD_PO_STATS((_idev)->stats.statname, field, (val)); \
[all …]
/include/linux/usb/
Dcomposite.h207 struct module *mod; member
571 struct module *mod; member
602 .mod = THIS_MODULE, \

12