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.h20 struct module *mod);
23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
56 struct module *mod);
79 struct module *mod);
96 struct module *mod);
99 void module_arch_cleanup(struct module *mod);
102 void module_arch_freeing_init(struct module *mod);
Dcfi.h25 extern void cfi_module_add(struct module *mod, unsigned long base_addr);
26 extern void cfi_module_remove(struct module *mod, unsigned long base_addr);
30 static inline void cfi_module_add(struct module *mod, unsigned long base_addr) {} in cfi_module_add() argument
31 static inline void cfi_module_remove(struct module *mod, unsigned long base_addr) {} in cfi_module_remove() argument
Dmodule.h48 struct module *mod; member
321 struct module *mod; member
564 static inline bool module_is_live(struct module *mod) in module_is_live() argument
566 return mod->state != MODULE_STATE_GOING; in module_is_live()
577 const struct module *mod) in within_module_core() argument
579 return (unsigned long)mod->core_layout.base <= addr && in within_module_core()
580 addr < (unsigned long)mod->core_layout.base + mod->core_layout.size; in within_module_core()
584 const struct module *mod) in within_module_init() argument
586 return (unsigned long)mod->init_layout.base <= addr && in within_module_init()
587 addr < (unsigned long)mod->init_layout.base + mod->init_layout.size; in within_module_init()
[all …]
Dlivepatch.h128 struct module *mod; member
161 struct module *mod; member
199 int klp_module_coming(struct module *mod);
200 void klp_module_going(struct module *mod);
241 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming() argument
242 static inline void klp_module_going(struct module *mod) {} in klp_module_going() argument
Dkallsyms.h61 struct module *mod; in dereference_symbol_descriptor() local
68 mod = __module_address((unsigned long)ptr); in dereference_symbol_descriptor()
71 if (mod) in dereference_symbol_descriptor()
72 ptr = dereference_module_function_descriptor(mod, ptr); in dereference_symbol_descriptor()
Donce.h13 unsigned long *flags, struct module *mod);
18 struct module *mod);
Dftrace.h208 void ftrace_free_mem(struct module *mod, void *start, void *end);
211 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument
297 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument
643 extern int ftrace_make_nop(struct module *mod,
685 static inline int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop() argument
687 return ftrace_make_nop(mod, rec, MCOUNT_ADDR); in ftrace_init_nop()
750 extern void ftrace_module_init(struct module *mod);
751 extern void ftrace_module_enable(struct module *mod);
752 extern void ftrace_release_mod(struct module *mod);
760 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init() argument
[all …]
Dnotifier.h124 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
126 mod struct srcu_notifier_head name = \
130 #define _SRCU_NOTIFIER_HEAD(name, mod) \ argument
131 mod struct srcu_notifier_head name = \
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.h167 struct module *mod; /* for vmlinux, mod == NULL */ member
178 extern int static_call_mod_init(struct module *mod);
Dccp.h378 struct scatterlist *mod; member
579 struct scatterlist *mod; member
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
Dtrace_events.h507 struct module *mod, ...);
509 #define synth_event_gen_cmd_start(cmd, name, mod, ...) \ argument
510 __synth_event_gen_cmd_start(cmd, name, mod, ## __VA_ARGS__, NULL)
519 struct module *mod,
524 unsigned int n_fields, struct module *mod);
Djump_label.h261 extern void jump_label_apply_nops(struct module *mod);
334 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops() argument
Ddynamic_debug.h193 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module() argument
/include/trace/hooks/
Dmodule.h21 TP_PROTO(const struct module *mod),
22 TP_ARGS(mod));
25 TP_PROTO(const struct module *mod),
26 TP_ARGS(mod));
/include/linux/iio/imu/
Dadis.h503 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
506 .channel2 = IIO_MOD_ ## mod, \
521 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
522 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
524 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
525 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
527 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
528 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
530 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
531 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)
/include/linux/iio/common/
Dst_sensors.h52 #define ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \ argument
56 .modified = mod, \
72 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
74 ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \
/include/linux/mtd/
Dmtd.h600 u32 mod; in mtd_align_erase_req() local
605 mod = mtd_mod_by_eb(req->addr, mtd); in mtd_align_erase_req()
606 if (mod) { in mtd_align_erase_req()
607 req->addr -= mod; in mtd_align_erase_req()
608 req->len += mod; in mtd_align_erase_req()
611 mod = mtd_mod_by_eb(req->addr + req->len, mtd); in mtd_align_erase_req()
612 if (mod) in mtd_align_erase_req()
613 req->len += mtd->erasesize - mod; in mtd_align_erase_req()
/include/sound/
Dseq_device.h68 struct module *mod);
/include/linux/usb/
Dcomposite.h216 struct module *mod; member
585 struct module *mod; member
617 .mod = THIS_MODULE, \
/include/net/
Dipv6.h207 #define _DEVINC(net, statname, mod, idev, field) \ argument
211 mod##SNMP_INC_STATS64((_idev)->stats.statname, (field));\
212 mod##SNMP_INC_STATS64((net)->mib.statname##_statistics, (field));\
216 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument
221 mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\
233 #define _DEVADD(net, statname, mod, idev, field, val) \ argument
237 mod##SNMP_ADD_STATS((_idev)->stats.statname, (field), (val)); \
238 mod##SNMP_ADD_STATS((net)->mib.statname##_statistics, (field), (val));\
241 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
245 mod##SNMP_UPD_PO_STATS((_idev)->stats.statname, field, (val)); \
[all …]

12