| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | btrfs_inode.h | 300 btrfs_mod_outstanding_extents(struct btrfs_inode *inode, int mod) btrfs_mod_outstanding_extents() argument
|
| /kernel/linux/linux-5.10/kernel/gcov/ |
| H A D | clang.c | 249 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module() argument
|
| H A D | gcc_4_7.c | 174 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 D | static_call.c | 153 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 D | jump_label.c | 523 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 D | tracepoint.c | 592 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 D | bitset.c | 34 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 D | jump_label.h | 299 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops() argument
|
| H A D | livepatch.h | 128 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 D | flash.c | 232 size_t mod, s_copy, len_chunk = 0; in handle_image() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_mgmt.c | 81 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 D | hinic_hw_mbox.h | 47 enum hinic_mod_type mod; member
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | inode-item.c | 401 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 D | xfs_rtbitmap.c | 1022 xfs_extlen_t mod; in xfs_rtfree_blocks() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | livepatch.h | 127 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 D | dynamic_debug.h | 87 struct module *mod; member
|
| H A D | most.h | 234 struct module *mod; member 266 struct module *mod; member
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| H A D | fbcon_ud.c | 125 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 D | scsi.c | 774 struct module *mod = sdev->host->hostt->module; in scsi_device_put() local
|
| /kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
| H A D | qe.c | 164 unsigned int mod; in qe_get_brg_clk() local
|
| /kernel/linux/linux-6.6/drivers/staging/rts5208/ |
| H A D | rtsx_card.c | 1020 u8 mod; in select_card() local
|
| /kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
| H A D | common.c | 442 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 D | jump_label.c | 548 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 D | kallsyms.c | 113 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 D | ftrace.c | 127 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop() argument
|