Searched defs:mod (Results 101 - 125 of 301) sorted by relevance

1234567891011>>

/linux-master/arch/s390/kernel/
H A Dftrace.c78 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
178 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
H A Dmodule.c77 void module_arch_cleanup(struct module *mod) argument
83 void module_arch_freeing_init(struct module *mod) argument
/linux-master/arch/loongarch/kernel/
H A Dftrace_dyn.c41 static struct plt_entry *get_ftrace_plt(struct module *mod, unsigned long addr) argument
63 static bool ftrace_find_callable_addr(struct dyn_ftrace *rec, struct module *mod, unsigned long *addr) argument
111 static bool ftrace_find_callable_addr(struct dyn_ftrace *rec, struct module *mod, unsigne argument
170 ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
198 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
[all...]
/linux-master/arch/arm/kernel/
H A Dmodule.c511 module_arch_cleanup(struct module *mod) argument
526 void __weak module_arch_freeing_init(struct module *mod) argument
453 module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dftrace.c198 static struct plt_entry *get_ftrace_plt(struct module *mod) argument
391 int ftrace_init_nop(struct module *mod, struc argument
225 ftrace_find_callable_addr(struct dyn_ftrace *rec, struct module *mod, unsigned long *addr) argument
412 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
[all...]
H A Dmodule-plts.c69 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, argument
101 u64 module_emit_veneer_for_adrp(struct module *mod, Elf64_Shdr *sechdrs, argument
280 module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
[all...]
/linux-master/fs/omfs/
H A Ddir.c12 static int omfs_hash(const char *name, int namelen, int mod) argument
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_panel.c41 struct panel_module *mod; member in struct:panel_encoder
124 struct panel_module *mod; member in struct:panel_connector
86 panel_encoder_create(struct drm_device *dev, struct panel_module *mod) argument
187 panel_connector_create(struct drm_device *dev, struct panel_module *mod, struct drm_encoder *encoder) argument
226 panel_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) argument
310 struct tilcdc_module *mod; local
379 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); local
[all...]
/linux-master/lib/
H A Derror-inject.c108 static void module_load_ei_list(struct module *mod) argument
117 static void module_unload_ei_list(struct module *mod) argument
138 struct module *mod local
[all...]
/linux-master/net/tipc/
H A Dcore.h180 static inline u16 mod(u16 x) function
/linux-master/net/ethtool/
H A Dcoalesce.c263 bool mod_mode = false, mod = false; local
[all...]
H A Dfec.c243 bool mod = false; local
H A Dnetlink.h73 ethnl_update_u32(u32 *dst, const struct nlattr *attr, bool *mod) argument
99 ethnl_update_u8(u8 *dst, const struct nlattr *attr, bool *mod) argument
125 ethnl_update_bool32(u32 *dst, const struct nlattr *attr, bool *mod) argument
151 ethnl_update_bool(bool *dst, const struct nlattr *attr, bool *mod) argument
178 ethnl_update_binary(void *dst, unsigned int len, const struct nlattr *attr, bool *mod) argument
202 ethnl_update_bitfield32(u32 *dst, const struct nlattr *attr, bool *mod) argument
[all...]
H A Dfeatures.c223 bool mod; local
/linux-master/fs/btrfs/
H A Ddir-item.c177 btrfs_lookup_match_dir( struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *key, const char *name, int name_len, int mod) argument
212 btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const struct fscrypt_str *name, int mod) argument
308 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 index, const struct fscrypt_str *name, int mod) argument
356 btrfs_lookup_xattr(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, u16 name_len, int mod) argument
[all...]
/linux-master/kernel/module/
H A Dsysfs.c72 static void add_sect_attrs(struct module *mod, const struct load_info *info) argument
125 static void remove_sect_attrs(struct module *mod) argument
172 static void add_notes_attrs(struct module *mod, cons argument
230 remove_notes_attrs(struct module *mod) argument
237 add_sect_attrs(struct module *mod, const struct load_info *info) argument
238 remove_sect_attrs(struct module *mod) argument
239 add_notes_attrs(struct module *mod, const struct load_info *info) argument
240 remove_notes_attrs(struct module *mod) argument
243 del_usage_links(struct module *mod) argument
255 add_usage_links(struct module *mod) argument
275 module_remove_modinfo_attrs(struct module *mod, int end) argument
293 module_add_modinfo_attrs(struct module *mod) argument
329 mod_kobject_put(struct module *mod) argument
338 mod_sysfs_init(struct module *mod) argument
370 mod_sysfs_setup(struct module *mod, const struct load_info *info, struct kernel_param *kparam, unsigned int num_params) argument
416 mod_sysfs_fini(struct module *mod) argument
423 mod_sysfs_teardown(struct module *mod) argument
433 init_param_lock(struct module *mod) argument
[all...]
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c567 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type, argument
/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c33 const char *mod = NULL; local
/linux-master/arch/x86/kernel/
H A Dmodule.c369 void module_arch_cleanup(struct module *mod) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h44 xfs_extlen_t mod; /* mod value for extent size */ member in struct:xfs_alloc_arg
/linux-master/arch/mips/kernel/
H A Dmodule.c447 void module_arch_cleanup(struct module *mod) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c187 void *mod; local
/linux-master/drivers/base/power/
H A Dtrace.c143 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) argument
/linux-master/tools/perf/util/
H A Dprobe-finder.h81 Dwfl_Module *mod; /* For solving symbols */ member in struct:trace_event_finder
89 Dwfl_Module *mod; /* For solving symbols */ member in struct:available_var_finder
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c164 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
228 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument

Completed in 256 milliseconds

1234567891011>>