Searched defs:mod (Results 1 - 25 of 301) sorted by last modified time

1234567891011>>

/linux-master/kernel/bpf/
H A Dverifier.c2641 struct module *mod; local
20789 struct module *mod = NULL; local
[all...]
/linux-master/fs/btrfs/
H A Dqgroup.c128 btrfs_qgroup_update_old_refcnt(struct btrfs_qgroup *qg, u64 seq, int mod) argument
136 btrfs_qgroup_update_new_refcnt(struct btrfs_qgroup *qg, u64 seq, int mod) argument
H A Dioctl.c1143 int mod = 0; local
H A Ddelayed-inode.c1020 int mod; local
175 btrfs_queue_delayed_node(struct btrfs_delayed_root *root, struct btrfs_delayed_node *node, int mod) argument
257 __btrfs_release_delayed_node( struct btrfs_delayed_node *delayed_node, int mod) argument
/linux-master/fs/bcachefs/
H A Dbuckets.c1052 int mod = (int) bch2_bkey_needs_rebalance(c, new.s_c) - local
/linux-master/arch/x86/kvm/
H A Dlapic.c1098 u32 mod; local
/linux-master/kernel/trace/
H A Dtrace_events.c2707 __register_event(struct trace_event_call *call, struct module *mod) argument
3203 static void trace_module_add_events(struct module *mod) argument
3226 trace_module_remove_events(struct module *mod) argument
3262 struct module *mod = data; local
[all...]
H A Dbpf_trace.c2364 struct module *mod; local
2531 struct module *mod = module; local
2882 static int add_module(struct modules_array *arr, struct module *mod) argument
2899 static bool has_module(struct modules_array *arr, struct module *mod) argument
2916 struct module *mod; local
[all...]
/linux-master/kernel/
H A Dkprobes.c2573 static void add_module_kprobe_blacklist(struct module *mod) argument
2596 static void remove_module_kprobe_blacklist(struct module *mod) argument
2623 struct module *mod = data; local
[all...]
/linux-master/include/linux/
H A Dbpf.h1519 struct module *mod; member in struct:bpf_prog_aux
/linux-master/arch/x86/kernel/
H A Dcallthunks.c99 struct module *mod; local
340 callthunks_patch_module_calls(struct callthunk_sites *cs, struct module *mod) argument
/linux-master/arch/x86/include/asm/
H A Dalternative.h146 static inline void alternatives_smp_module_add(struct module *mod, char *name, argument
149 static inline void alternatives_smp_module_del(struct module *mod) {} argument
124 callthunks_patch_module_calls(struct callthunk_sites *sites, struct module *mod) argument
/linux-master/scripts/mod/
H A Dmodpost.c165 struct module *mod; local
176 struct module *mod; local
260 sym_add_unresolved(const char *name, struct module *mod, bool weak) argument
270 sym_find_with_module(const char *name, struct module *mod) argument
361 sym_add_exported(const char *name, struct module *mod, bool gpl_only, const char *namespace) argument
613 handle_symbol(struct module *mod, struct elf_info *info, const Elf_Sym *sym, const char *symname) argument
1083 check_export_symbol(struct module *mod, struct elf_info *elf, Elf_Addr faddr, const char *secname, Elf_Sym *sym) argument
1153 check_section_mismatch(struct module *mod, struct elf_info *elf, Elf_Sym *sym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, Elf_Addr taddr) argument
1382 section_rela(struct module *mod, struct elf_info *elf, unsigned int fsecndx, const char *fromsec, const Elf_Rela *start, const Elf_Rela *stop) argument
1424 section_rel(struct module *mod, struct elf_info *elf, unsigned int fsecndx, const char *fromsec, const Elf_Rel *start, const Elf_Rel *stop) argument
1473 check_sec_ref(struct module *mod, struct elf_info *elf) argument
1522 extract_crcs_for_object(const char *object, struct module *mod) argument
1590 mod_set_crcs(struct module *mod) argument
1622 struct module *mod; local
1737 check_exports(struct module *mod) argument
1798 check_modname_len(struct module *mod) argument
1814 add_header(struct buffer *b, struct module *mod) argument
1867 add_exported_symbols(struct buffer *buf, struct module *mod) argument
1905 add_versions(struct buffer *b, struct module *mod) argument
1936 add_depends(struct buffer *b, struct module *mod) argument
1969 add_srcversion(struct buffer *b, struct module *mod) argument
2035 write_vmlinux_export_c_file(struct module *mod) argument
2048 write_mod_c_file(struct module *mod) argument
2090 struct module *mod; local
2138 struct module *mod; local
2160 struct module *mod; local
2188 struct module *mod; local
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c9835 const struct module_btf *mod = &obj->btf_modules[i]; local
/linux-master/scripts/kconfig/
H A Dexpr.h23 no, mod, yes enumerator in enum:tristate
/linux-master/drivers/video/fbdev/core/
H A Dfbmem.c98 fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, u32 shift_high, u32 shift_low, u32 mod) argument
H A Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; local
162 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; local
H A Dfbcon_ccw.c30 int mod = vc->vc_font.height % 8; local
H A Dbitblit.c116 u32 shift_low = 0, mod = vc->vc_font.width % 8; local
153 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; local
/linux-master/drivers/staging/pi433/
H A Drf69.c194 enum modulation mod; local
/linux-master/drivers/scsi/
H A Dscsi.c776 struct module *mod = sdev->host->hostt->module; local
/linux-master/drivers/iio/accel/
H A Dmma9553.c105 enum iio_modifier mod; member in struct:mma9553_event_info
232 mma9553_get_event(struct mma9553_data *data, enum iio_chan_type type, enum iio_modifier mod, enum iio_event_direction dir) argument
[all...]
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c90 struct module *mod; local
242 void unwind_module_init(struct module *mod, void *_orc_ip, size_t orc_ip_size, argument
[all...]
H A Dmodule.c47 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, argument
60 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, argument
67 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, argument
74 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, argument
80 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, argument
86 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, argument
105 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, argument
120 apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
166 apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
257 apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
279 apply_r_larch_b26(struct module *mod, Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
313 apply_r_larch_pcala(struct module *mod, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
347 apply_r_larch_got_pc(struct module *mod, Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
371 apply_r_larch_32_pcrel(struct module *mod, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
380 apply_r_larch_64_pcrel(struct module *mod, u32 *location, Elf_Addr v, s64 *rela_stack, size_t *rela_stack_top, unsigned int type) argument
422 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
499 module_init_ftrace_plt(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
516 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h95 static inline void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) {} argument

Completed in 520 milliseconds

1234567891011>>