Home
last modified time | relevance | path

Searched defs:mod (Results 476 - 500 of 947) sorted by relevance

1...<<11121314151617181920>>...38

/kernel/linux/linux-5.10/fs/btrfs/
H A Dbtrfs_inode.h300 btrfs_mod_outstanding_extents(struct btrfs_inode *inode, int mod) btrfs_mod_outstanding_extents() argument
/kernel/linux/linux-5.10/kernel/gcov/
H A Dclang.c249 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module() argument
H A Dgcc_4_7.c174 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module() argument
/kernel/linux/linux-5.10/kernel/
H A Dstatic_call.c153 struct module *mod = site_mod->mod; in __static_call_update() local
209 static int __static_call_init(struct module *mod, in __static_call_init() argument
314 struct module *mod; __static_call_mod_text_reserved() local
353 static_call_add_module(struct module *mod) static_call_add_module() argument
392 static_call_del_module(struct module *mod) static_call_del_module() argument
424 struct module *mod = data; static_call_module_notify() local
[all...]
H A Djump_label.c523 struct module *mod; member
551 struct module *mod; in __jump_label_mod_text_reserved() local
538 static_key_set_mod(struct static_key *key, struct static_key_mod *mod) static_key_set_mod() argument
575 struct static_key_mod *mod; __jump_label_mod_update() local
606 jump_label_apply_nops(struct module *mod) jump_label_apply_nops() argument
623 jump_label_add_module(struct module *mod) jump_label_add_module() argument
684 jump_label_del_module(struct module *mod) jump_label_del_module() argument
738 struct module *mod = data; jump_label_module_notify() local
809 struct module *mod; jump_label_update() local
[all...]
H A Dtracepoint.c592 bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint() argument
660 static int tracepoint_module_coming(struct module *mod) in tracepoint_module_coming() argument
690 static void tracepoint_module_going(struct module *mod) in tracepoint_module_going() argument
726 struct module *mod = data; tracepoint_module_notify() local
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dbitset.c34 ethnl_bitmap32_clear(u32 *dst, unsigned int start, unsigned int end, bool *mod) ethnl_bitmap32_clear() argument
128 ethnl_bitmap32_update(u32 *dst, unsigned int nbits, const u32 *value, const u32 *mask, bool *mod) ethnl_bitmap32_update() argument
429 ethnl_update_bitset32_verbose(u32 *bitmap, unsigned int nbits, const struct nlattr *attr, struct nlattr **tb, ethnl_string_array_t names, struct netlink_ext_ack *extack, bool *mod) ethnl_update_bitset32_verbose() argument
552 ethnl_update_bitset32(u32 *bitmap, unsigned int nbits, const struct nlattr *attr, ethnl_string_array_t names, struct netlink_ext_ack *extack, bool *mod) ethnl_update_bitset32() argument
771 ethnl_update_bitset(unsigned long *bitmap, unsigned int nbits, const struct nlattr *attr, ethnl_string_array_t names, struct netlink_ext_ack *extack, bool *mod) ethnl_update_bitset() argument
825 ethnl_update_bitset(unsigned long *bitmap, unsigned int nbits, const struct nlattr *attr, ethnl_string_array_t names, struct netlink_ext_ack *extack, bool *mod) ethnl_update_bitset() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Djump_label.h299 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops() argument
H A Dlivepatch.h128 struct module *mod; member
161 struct module *mod; member
241 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming() argument
242 static inline void klp_module_going(struct module *mod) {} in klp_module_going() argument
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dflash.c232 size_t mod, s_copy, len_chunk = 0; in handle_image() local
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mgmt.c81 hinic_register_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, enum hinic_mod_type mod, void *handle, void (*callback)(void *handle, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size)) hinic_register_mgmt_msg_cb() argument
101 hinic_unregister_mgmt_msg_cb(struct hinic_pf_to_mgmt *pf_to_mgmt, enum hinic_mod_type mod) hinic_unregister_mgmt_msg_cb() argument
126 prepare_header(struct hinic_pf_to_mgmt *pf_to_mgmt, u16 msg_len, enum hinic_mod_type mod, enum msg_ack_type ack_type, enum mgmt_direction_type direction, u16 cmd, u16 msg_id) prepare_header() argument
200 send_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, enum hinic_mod_type mod, u8 cmd, u8 *data, u16 data_len, enum msg_ack_type ack_type, enum mgmt_direction_type direction, u16 resp_msg_id) send_msg_to_mgmt() argument
245 msg_to_mgmt_sync(struct hinic_pf_to_mgmt *pf_to_mgmt, enum hinic_mod_type mod, u8 cmd, u8 *buf_in, u16 in_size, u8 *buf_out, u16 *out_size, enum mgmt_direction_type direction, u16 resp_msg_id, u32 timeout) msg_to_mgmt_sync() argument
319 msg_to_mgmt_async(struct hinic_pf_to_mgmt *pf_to_mgmt, enum hinic_mod_type mod, u8 cmd, u8 *buf_in, u16 in_size, enum mgmt_direction_type direction, u16 resp_msg_id) msg_to_mgmt_async() argument
350 hinic_msg_to_mgmt(struct hinic_pf_to_mgmt *pf_to_mgmt, enum hinic_mod_type mod, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size, enum hinic_mgmt_msg_type sync) hinic_msg_to_mgmt() argument
[all...]
H A Dhinic_hw_mbox.h47 enum hinic_mod_type mod; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode-item.c401 btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *location, int mod) btrfs_lookup_inode() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c1022 xfs_extlen_t mod; in xfs_rtfree_blocks() local
/kernel/linux/linux-6.6/include/linux/
H A Dlivepatch.h127 struct module *mod; member
160 struct module *mod; member
240 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming() argument
241 static inline void klp_module_going(struct module *mod) {} in klp_module_going() argument
H A Ddynamic_debug.h87 struct module *mod; member
H A Dmost.h234 struct module *mod; member
266 struct module *mod; member
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local
162 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; in ud_putcs() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi.c774 struct module *mod = sdev->host->hostt->module; in scsi_device_put() local
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H A Dqe.c164 unsigned int mod; in qe_get_brg_clk() local
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Drtsx_card.c1020 u8 mod; in select_card() local
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Dcommon.c442 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsc_hotplug() local
788 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsc_suspend() local
/kernel/linux/linux-6.6/kernel/
H A Djump_label.c548 struct module *mod; member
576 struct module *mod; in __jump_label_mod_text_reserved() local
563 static_key_set_mod(struct static_key *key, struct static_key_mod *mod) static_key_set_mod() argument
600 struct static_key_mod *mod; __jump_label_mod_update() local
623 jump_label_add_module(struct module *mod) jump_label_add_module() argument
685 jump_label_del_module(struct module *mod) jump_label_del_module() argument
739 struct module *mod = data; jump_label_module_notify() local
811 struct module *mod; jump_label_update() local
[all...]
/kernel/linux/linux-6.6/kernel/module/
H A Dkallsyms.c113 void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab() argument
24 is_exported(const char *name, unsigned long value, const struct module *mod) is_exported() argument
170 add_kallsyms(struct module *mod, const struct load_info *info) add_kallsyms() argument
228 init_build_id(struct module *mod, const struct load_info *info) init_build_id() argument
242 init_build_id(struct module *mod, const struct load_info *info) init_build_id() argument
256 find_kallsyms_symbol(struct module *mod, unsigned long addr, unsigned long *size, unsigned long *offset) find_kallsyms_symbol() argument
314 dereference_module_function_descriptor(struct module *mod, void *ptr) dereference_module_function_descriptor() argument
332 struct module *mod; module_address_lookup() local
361 struct module *mod; lookup_module_symbol_name() local
387 struct module *mod; module_get_kallsym() local
414 __find_kallsyms_symbol_value(struct module *mod, const char *name) __find_kallsyms_symbol_value() argument
431 struct module *mod; __module_kallsyms_lookup_name() local
466 find_kallsyms_symbol_value(struct module *mod, const char *name) find_kallsyms_symbol_value() argument
480 struct module *mod; module_kallsyms_on_each_symbol() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dftrace.c127 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop() argument

Completed in 23 milliseconds

1...<<11121314151617181920>>...38