Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 26) 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 …]
Dbtrfs.h1830 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/
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);
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);
Dmodule.h46 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 …]
Dcfi.h24 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
Dlivepatch.h128 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
Dkallsyms.h58 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()
Dftrace.h174 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 …]
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
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
Donce.h18 struct module *mod);
Dmpi.h60 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
Dccp.h377 struct scatterlist *mod; member
578 struct scatterlist *mod; member
Dtracepoint.h61 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
Djump_label.h226 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
Ddynamic_debug.h186 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module() argument
Dtrace_events.h265 void *mod; member
Dfb.h616 u32 height, u32 shift_high, u32 shift_low, u32 mod);
/include/linux/iio/imu/
Dadis.h206 #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/
Dmtd.h491 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/
Dseq_device.h68 struct module *mod);
/include/net/
Dipv6.h206 #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/
Dst_sensors.h49 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
53 .modified = mod, \
/include/linux/usb/
Dcomposite.h216 struct module *mod; member
583 struct module *mod; member
615 .mod = THIS_MODULE, \

12