/include/trace/events/ |
D | module.h | 33 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/ |
D | kmod.h | 25 #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
|
D | moduleloader.h | 23 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);
|
D | module.h | 48 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 …]
|
D | livepatch.h | 127 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
|
D | kallsyms.h | 52 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()
|
D | cfi.h | 33 struct module *mod); 37 struct module *mod) {} in module_cfi_finalize() argument
|
D | once.h | 13 unsigned long *flags, struct module *mod); 18 struct module *mod);
|
D | notifier.h | 126 #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 = \
|
D | ftrace.h | 305 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 …]
|
D | moduleparam.h | 71 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
|
D | most.h | 234 struct module *mod; member 266 struct module *mod; member
|
D | static_call.h | 169 struct module *mod; /* for vmlinux, mod == NULL */ member 180 extern int static_call_mod_init(struct module *mod);
|
D | ccp.h | 378 struct scatterlist *mod; member 579 struct scatterlist *mod; member
|
D | dynamic_debug.h | 87 struct module *mod; member 106 .mod = THIS_MODULE, \
|
D | tracepoint.h | 62 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
|
D | gunyah.h | 38 struct module *mod; member 84 .mod = THIS_MODULE, \
|
D | trace_events.h | 533 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/ |
D | adis.h | 488 #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/ |
D | st_sensors.h | 53 #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/ |
D | ecc.h | 211 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod, 226 const u64 *mod, unsigned int ndigits);
|
/include/linux/mtd/ |
D | mtd.h | 602 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/ |
D | seq_device.h | 68 struct module *mod);
|
/include/net/ |
D | ipv6.h | 220 #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/ |
D | composite.h | 207 struct module *mod; member 571 struct module *mod; member 602 .mod = THIS_MODULE, \
|