/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 …]
|
D | btrfs.h | 1830 TP_PROTO(struct btrfs_root *root, u64 ino, int mod), 1832 TP_ARGS(root, ino, mod), 1837 __field( int, mod ) 1843 __entry->mod = mod; 1848 __entry->ino, __entry->mod)
|
/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 | 20 struct module *mod); 23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section); 46 struct module *mod); 69 struct module *mod); 86 struct module *mod); 89 void module_arch_cleanup(struct module *mod); 92 void module_arch_freeing_init(struct module *mod);
|
D | module.h | 46 struct module *mod; member 305 struct module *mod; member 540 static inline bool module_is_live(struct module *mod) in module_is_live() argument 542 return mod->state != MODULE_STATE_GOING; in module_is_live() 553 const struct module *mod) in within_module_core() argument 555 return (unsigned long)mod->core_layout.base <= addr && in within_module_core() 556 addr < (unsigned long)mod->core_layout.base + mod->core_layout.size; in within_module_core() 560 const struct module *mod) in within_module_init() argument 562 return (unsigned long)mod->init_layout.base <= addr && in within_module_init() 563 addr < (unsigned long)mod->init_layout.base + mod->init_layout.size; in within_module_init() [all …]
|
D | cfi.h | 24 extern void cfi_module_add(struct module *mod, unsigned long min_addr, 27 extern void cfi_module_remove(struct module *mod, unsigned long min_addr, 30 static inline void cfi_module_add(struct module *mod, unsigned long min_addr, in cfi_module_add() argument 35 static inline void cfi_module_remove(struct module *mod, unsigned long min_addr, in cfi_module_remove() argument
|
D | livepatch.h | 128 struct module *mod; member 148 struct module *mod; member 188 int klp_module_coming(struct module *mod); 189 void klp_module_going(struct module *mod); 222 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming() argument 223 static inline void klp_module_going(struct module *mod) {} in klp_module_going() argument
|
D | kallsyms.h | 58 struct module *mod; in dereference_symbol_descriptor() local 65 mod = __module_address((unsigned long)ptr); in dereference_symbol_descriptor() 68 if (mod) in dereference_symbol_descriptor() 69 ptr = dereference_module_function_descriptor(mod, ptr); in dereference_symbol_descriptor()
|
D | ftrace.h | 174 void ftrace_free_mem(struct module *mod, void *start, void *end); 177 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument 239 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument 520 extern int ftrace_make_nop(struct module *mod, 546 static inline int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop() argument 548 return ftrace_make_nop(mod, rec, MCOUNT_ADDR); in ftrace_init_nop() 611 extern void ftrace_module_init(struct module *mod); 612 extern void ftrace_module_enable(struct module *mod); 613 extern void ftrace_release_mod(struct module *mod); 622 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init() argument [all …]
|
D | notifier.h | 124 #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 = \
|
D | moduleparam.h | 71 struct module *mod; member 236 extern void kernel_param_lock(struct module *mod); 237 extern void kernel_param_unlock(struct module *mod); 239 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock() argument 242 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock() argument 519 extern int module_param_sysfs_setup(struct module *mod, 523 extern void module_param_sysfs_remove(struct module *mod); 525 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup() argument 532 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove() argument
|
D | once.h | 18 struct module *mod);
|
D | mpi.h | 60 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
|
D | ccp.h | 377 struct scatterlist *mod; member 578 struct scatterlist *mod; member
|
D | tracepoint.h | 61 struct module *mod; member 64 bool trace_module_has_bad_taint(struct module *mod); 68 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint() argument
|
D | jump_label.h | 226 extern void jump_label_apply_nops(struct module *mod); 299 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops() argument
|
D | dynamic_debug.h | 186 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module() argument
|
D | trace_events.h | 265 void *mod; member
|
D | fb.h | 616 u32 height, u32 shift_high, u32 shift_low, u32 mod);
|
/include/linux/iio/imu/ |
D | adis.h | 206 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 209 .channel2 = IIO_MOD_ ## mod, \ 224 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 225 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits) 227 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 228 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits) 230 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 231 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits) 233 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 234 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)
|
/include/linux/mtd/ |
D | mtd.h | 491 u32 mod; in mtd_align_erase_req() local 496 mod = mtd_mod_by_eb(req->addr, mtd); in mtd_align_erase_req() 497 if (mod) { in mtd_align_erase_req() 498 req->addr -= mod; in mtd_align_erase_req() 499 req->len += mod; in mtd_align_erase_req() 502 mod = mtd_mod_by_eb(req->addr + req->len, mtd); in mtd_align_erase_req() 503 if (mod) in mtd_align_erase_req() 504 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 | 206 #define _DEVINC(net, statname, mod, idev, field) \ argument 210 mod##SNMP_INC_STATS64((_idev)->stats.statname, (field));\ 211 mod##SNMP_INC_STATS64((net)->mib.statname##_statistics, (field));\ 215 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument 220 mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\ 232 #define _DEVADD(net, statname, mod, idev, field, val) \ argument 236 mod##SNMP_ADD_STATS((_idev)->stats.statname, (field), (val)); \ 237 mod##SNMP_ADD_STATS((net)->mib.statname##_statistics, (field), (val));\ 240 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument 244 mod##SNMP_UPD_PO_STATS((_idev)->stats.statname, field, (val)); \ [all …]
|
/include/linux/iio/common/ |
D | st_sensors.h | 49 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument 53 .modified = mod, \
|
/include/linux/usb/ |
D | composite.h | 216 struct module *mod; member 583 struct module *mod; member 615 .mod = THIS_MODULE, \
|