Searched defs:mod (Results 276 - 300 of 301) sorted by relevance

<<111213

/linux-master/kernel/module/
H A Dmain.c116 static void mod_update_bounds(struct module *mod) argument
152 static inline int strong_try_module_get(struct module *mod) argument
163 static inline void add_taint_module(struct module *mod, unsigned flag, argument
174 __module_put_and_kthread_exit(struct module *mod, long code) argument
311 struct module *mod; local
349 struct module *mod; local
370 mod_percpu(struct module *mod) argument
375 percpu_modalloc(struct module *mod, struct load_info *info) argument
399 percpu_modfree(struct module *mod) argument
409 percpu_modcopy(struct module *mod, const void *from, unsigned long size) argument
420 struct module *mod; local
466 mod_percpu(struct module *mod) argument
470 percpu_modalloc(struct module *mod, struct load_info *info) argument
477 percpu_modfree(struct module *mod) argument
484 percpu_modcopy(struct module *mod, const void *from, unsigned long size) argument
545 module_unload_init(struct module *mod) argument
620 module_unload_free(struct module *mod) argument
652 try_release_module_ref(struct module *mod) argument
666 try_stop_module(struct module *mod, int flags, int *forced) argument
689 module_refcount(struct module *mod) argument
701 struct module *mod; local
858 module_unload_free(struct module *mod) argument
867 module_unload_init(struct module *mod) argument
1000 try_to_force_load(struct module *mod, const char *reason) argument
1062 verify_namespace_is_imported(const struct load_info *info, const struct kernel_symbol *sym, struct module *mod) argument
1089 inherit_taint(struct module *mod, struct module *owner, const char *name) argument
1109 resolve_symbol(struct module *mod, const struct load_info *info, const char *name, char ownername[]) argument
1165 resolve_symbol_wait(struct module *mod, const struct load_info *info, const char *name) argument
1192 module_arch_cleanup(struct module *mod) argument
1196 module_arch_freeing_init(struct module *mod) argument
1221 free_mod_mem(struct module *mod) argument
1241 free_module(struct module *mod) argument
1321 verify_exported_symbols(struct module *mod) argument
1367 simplify_symbols(struct module *mod, const struct load_info *info) argument
1438 apply_relocations(struct module *mod, const struct load_info *info) argument
1474 arch_mod_section_prepend(struct module *mod, unsigned int section) argument
1481 module_get_offset_and_type(struct module *mod, enum mod_mem_type type, Elf_Shdr *sechdr, unsigned int section) argument
1504 __layout_sections(struct module *mod, struct load_info *info, bool is_init) argument
1563 layout_sections(struct module *mod, struct load_info *info) argument
1577 module_license_taint_check(struct module *mod, const char *license) argument
1591 setup_modinfo(struct module *mod, struct load_info *info) argument
1602 free_modinfo(struct module *mod) argument
1919 check_modinfo_livepatch(struct module *mod, struct load_info *info) argument
1933 check_modinfo_retpoline(struct module *mod, struct load_info *info) argument
2010 module_augment_kernel_taints(struct module *mod, struct load_info *info) argument
2076 check_modinfo(struct module *mod, struct load_info *info, int flags) argument
2102 find_module_sections(struct module *mod, struct load_info *info) argument
2225 move_module(struct module *mod, struct load_info *info) argument
2303 check_export_symbol_versions(struct module *mod) argument
2315 flush_module_icache(const struct module *mod) argument
2337 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
2368 struct module *mod; local
2424 module_deallocate(struct module *mod, struct load_info *info) argument
2439 post_relocation(struct module *mod, const struct load_info *info) argument
2456 do_mod_ctors(struct module *mod) argument
2509 do_init_module(struct module *mod) argument
2649 struct module *mod; local
2712 add_unformed_module(struct module *mod) argument
2733 complete_formation(struct module *mod, struct load_info *info) argument
2774 prepare_coming_module(struct module *mod) argument
2795 struct module *mod = arg; local
2851 struct module *mod; local
3212 module_flags(struct module *mod, char *buf, bool show_state) argument
3242 struct module *mod; local
3292 struct module *mod; local
3344 struct module *mod = __module_address(addr); local
3357 struct module *mod; local
[all...]
/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/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...]
H A Dftrace.c2788 ftrace_nop_initialize(struct module *mod, struct dyn_ftrace *rec) argument
3184 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) argument
4288 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) argument
4466 process_mod_list(struct list_head *head, struct ftrace_ops *ops, char *mod, bool enable) argument
4537 char *mod; local
6483 ftrace_process_locs(struct module *mod, unsigned long *start, unsigned long *end) argument
6614 struct module *mod; member in struct:ftrace_mod_map
6760 ftrace_release_mod(struct module *mod) argument
6827 ftrace_module_enable(struct module *mod) argument
6905 ftrace_module_init(struct module *mod) argument
6952 allocate_ftrace_mod_map(struct module *mod, unsigned long start, unsigned long end) argument
7068 allocate_ftrace_mod_map(struct module *mod, unsigned long start, unsigned long end) argument
7140 ftrace_free_mem(struct module *mod, void *start_ptr, void *end_ptr) argument
[all...]
H A Dtrace.c146 struct module *mod; member in struct:trace_eval_map_head
5803 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, argument
5860 static inline void trace_insert_eval_map_file(struct module *mod, argument
5864 trace_insert_eval_map(struct module *mod, struct trace_eval_map **start, int len) argument
9696 trace_module_add_evals(struct module *mod) argument
9712 trace_module_remove_evals(struct module *mod) argument
9740 trace_module_remove_evals(struct module *mod) argument
9746 struct module *mod = data; 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/arch/x86/kvm/
H A Dlapic.c1098 u32 mod; local
/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
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c699 struct wmi_p2p_hmodel *mod; local
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c2117 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2131 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2172 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2633 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2653 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2688 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
[all...]
/linux-master/sound/soc/sh/rcar/
H A Drsnd.h506 struct rsnd_mod *mod[RSND_MOD_MAX]; member in struct:rsnd_dai_stream
737 struct rsnd_mod *mod; member in struct:rsnd_kctrl_cfg
[all...]
/linux-master/drivers/video/fbdev/
H A Damifb.c1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c1003 unsigned int mod, target, diff, pad_bytes, size_bytes; local
/linux-master/drivers/net/bonding/
H A Dbond_main.c3391 bond_time_in_interval(struct bonding *bond, unsigned long last_act, int mod) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h229 uint64_t mod:3; member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c2674 unsigned frame, clock, now_uframe, mod; local
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h375 signed char mod; /* fixed field of specified module */ member in struct:hardware_path
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3407 } __packed mod; member in union:__anon1244::__anon1245
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c1977 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
1993 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2023 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2531 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2545 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2561 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2593 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
3186 bfa_timer_beat(struct bfa_timer_mod_s *mod) argument
3225 bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, void (*timercb) (void *), void *arg, unsigned int timeout) argument
[all...]
H A Dbfa_svc.c394 claim_fcxps_mem(struct bfa_fcxp_mod_s *mod) argument
473 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
494 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
600 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; local
654 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
907 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; local
919 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; local
934 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; local
956 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; local
1050 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
1077 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
1118 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
1126 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); local
1463 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1495 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1516 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1570 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1597 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1612 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1637 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(lps->bfa); local
1650 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(lps->bfa); local
1832 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1903 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1914 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
1934 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); local
4796 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); local
4835 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); local
4849 bfa_rport_alloc(struct bfa_rport_mod_s *mod) argument
4863 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(rport->bfa); local
5020 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); local
5162 struct bfa_sgpg_mod_s *mod = BFA_SGPG_MOD(bfa); local
5224 struct bfa_sgpg_mod_s *mod = BFA_SGPG_MOD(bfa); local
5244 struct bfa_sgpg_mod_s *mod = BFA_SGPG_MOD(bfa); local
5276 struct bfa_sgpg_mod_s *mod = BFA_SGPG_MOD(bfa); local
5302 struct bfa_sgpg_mod_s *mod = BFA_SGPG_MOD(bfa); local
5608 struct bfa_uf_mod_s *mod = BFA_UF_MOD(bfa); local
[all...]
/linux-master/kernel/bpf/
H A Dbtf.c3637 struct module *mod = NULL; local
7635 struct module *mod = module; local
[all...]
/linux-master/include/linux/
H A Dbpf.h1519 struct module *mod; member in struct:bpf_prog_aux
/linux-master/tools/lib/bpf/
H A Dlibbpf.c9835 const struct module_btf *mod = &obj->btf_modules[i]; local

Completed in 603 milliseconds

<<111213