/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | iommu.c | 3081 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr() argument 3141 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr() argument 3187 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr() argument 3203 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr() argument 3243 int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_satc() argument
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 3777 static int get_alg_and_key(const char *arg, struct alg_spec *a, char **error, char *error_inval) in get_alg_and_key() argument
|
H A D | md.c | 6636 static int get_version(void __user *arg) in get_version() argument 6650 static int get_array_info(struct mddev *mddev, void __user *arg) in get_array_info() argument 6710 static int get_bitmap_file(struct mddev *mddev, void __user * arg) in get_bitmap_file() argument 6742 static int get_disk_info(struct mddev *mddev, void __user * arg) in get_disk_info() argument 7614 md_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned int cmd, unsigned long arg) md_ioctl() argument 7841 md_compat_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned int cmd, unsigned long arg) md_compat_ioctl() argument 7966 md_thread(void *arg) md_thread() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 121 struct syscall_arg_fmt arg[RAW_SYSCALL_ARGS_NUM]; member 524 __syscall_arg__scnprintf_strarray(char *bf, size_t size, const char *intfmt, struct syscall_arg *arg) __syscall_arg__scnprintf_strarray() argument 531 syscall_arg__scnprintf_strarray(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_strarray() argument 539 syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) syscall_arg__strtoul_strarray() argument 544 syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) syscall_arg__strtoul_strarray_flags() argument 549 syscall_arg__strtoul_strarrays(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) syscall_arg__strtoul_strarrays() argument 554 syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_strarray_flags() argument 649 syscall_arg__scnprintf_strarrays(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_strarrays() argument 659 syscall_arg__scnprintf_fd_at(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_fd_at() argument 678 syscall_arg__scnprintf_hex(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_hex() argument 683 syscall_arg__scnprintf_ptr(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_ptr() argument 690 syscall_arg__scnprintf_int(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_int() argument 695 syscall_arg__scnprintf_long(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_long() argument 700 syscall_arg__scnprintf_char_array(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_char_array() argument 798 syscall_arg__scnprintf_access_mode(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_access_mode() argument 832 syscall_arg__scnprintf_pipe_flags(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_pipe_flags() argument 864 syscall_arg__scnprintf_getrandom_flags(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_getrandom_flags() argument 1337 syscall_arg__set_ret_scnprintf(struct syscall_arg *arg, size_t (*ret_scnprintf)(char *bf, size_t size, struct syscall_arg *arg)) syscall_arg__set_ret_scnprintf() argument 1457 syscall_arg__scnprintf_fd(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_fd() argument 1486 syscall_arg__scnprintf_close_fd(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_close_fd() argument 1508 syscall_arg__scnprintf_augmented_string(struct syscall_arg *arg, char *bf, size_t size) syscall_arg__scnprintf_augmented_string() argument 1524 syscall_arg__scnprintf_filename(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_filename() argument 1732 syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field) syscall_arg_fmt__init_array() argument 1991 syscall_arg__val(struct syscall_arg *arg, u8 idx) syscall_arg__val() argument 2000 syscall__scnprintf_name(struct syscall *sc, char *bf, size_t size, struct syscall_arg *arg) syscall__scnprintf_name() argument 2014 syscall_arg_fmt__mask_val(struct syscall_arg_fmt *fmt, struct syscall_arg *arg, unsigned long val) syscall_arg_fmt__mask_val() argument 2022 syscall_arg_fmt__scnprintf_val(struct syscall_arg_fmt *fmt, char *bf, size_t size, struct syscall_arg *arg, unsigned long val) syscall_arg_fmt__scnprintf_val() argument 2041 struct syscall_arg arg = { syscall__scnprintf_args() local 2571 struct syscall_arg arg = { global() local 2743 struct syscall_arg_fmt *arg = __evsel__syscall_arg_fmt(evsel); global() local 3684 evsel__find_syscall_arg_fmt_by_name(struct evsel *evsel, char *arg) global() argument 3732 char arg[128]; global() local 4604 trace__config(const char *var, const char *value, void *arg) global() argument [all...] |
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | kvm_main.c | 554 union kvm_mmu_notifier_arg arg; member 722 const union kvm_mmu_notifier_arg arg in kvm_mmu_notifier_change_pte() local 134 kvm_no_compat_ioctl(struct file *file, unsigned int ioctl, unsigned long arg) kvm_no_compat_ioctl() argument 659 kvm_handle_hva_range(struct mmu_notifier *mn, unsigned long start, unsigned long end, union kvm_mmu_notifier_arg arg, hva_handler_t handler) kvm_handle_hva_range() argument 4115 kvm_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vcpu_ioctl() argument 4327 kvm_vcpu_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vcpu_compat_ioctl() argument 4379 kvm_device_ioctl_attr(struct kvm_device *dev, int (*accessor)(struct kvm_device *dev, struct kvm_device_attr *attr), unsigned long arg) kvm_device_ioctl_attr() argument 4395 kvm_device_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_device_ioctl() argument 4532 kvm_vm_ioctl_check_extension_generic(struct kvm *kvm, long arg) kvm_vm_ioctl_check_extension_generic() argument 4791 kvm_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vm_ioctl() argument 5003 kvm_arch_vm_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_compat_ioctl() argument 5009 kvm_vm_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vm_compat_ioctl() argument 5119 kvm_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_dev_ioctl() argument [all...] |
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 402 static int match_opt_prefix(char *s, int l, char **arg) in match_opt_prefix() argument 2585 char *arg = NULL; in selinux_sb_eat_lsm_opts() local 3682 selinux_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) selinux_file_ioctl() argument 3729 selinux_file_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) selinux_file_ioctl_compat() argument 3870 selinux_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) selinux_file_fcntl() argument [all...] |
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 2645 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() argument 2662 security_file_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) security_file_ioctl_compat() argument 2788 security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) security_file_fcntl() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 608 static int mpt3sas_remove_dead_ioc_func(void *arg) in mpt3sas_remove_dead_ioc_func() argument
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_svc.c | 1728 bfa_lps_login_comp_cb(void *arg, bfa_boolean_t complete) in bfa_lps_login_comp_cb() argument 1763 bfa_lps_logout_comp_cb(void *arg, bfa_boolean_t complete) in bfa_lps_logout_comp_cb() argument 1795 bfa_lps_cvl_event_cb(void *arg, bfa_boolean_t complete) in bfa_lps_cvl_event_cb() argument [all...] |
H A D | bfa_ioc.c | 6094 bfa_dconf_init_cb(void *arg, bfa_status_t status) in bfa_dconf_init_cb() argument 3226 bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, void (*timercb) (void *), void *arg, unsigned int timeout) bfa_timer_begin() argument 6165 bfa_dconf_cbfn(void *arg, bfa_status_t status) bfa_dconf_cbfn() argument [all...] |
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | rcutorture.c | 1077 static int rcu_torture_boost(void *arg) in rcu_torture_boost() argument 1175 rcu_torture_fqs(void *arg) in rcu_torture_fqs() argument 1352 rcu_torture_writer(void *arg) in rcu_torture_writer() argument 1612 rcu_torture_fakewriter(void *arg) in rcu_torture_fakewriter() argument 2074 rcu_torture_reader(void *arg) in rcu_torture_reader() argument 2115 static int rcu_nocb_toggle(void *arg) in rcu_nocb_toggle() argument 2283 rcu_torture_stats(void *arg) in rcu_torture_stats() argument 3023 static int rcu_torture_barrier_cbs(void *arg) in rcu_torture_barrier_cbs() argument 3061 rcu_torture_barrier(void *arg) rcu_torture_barrier() argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 4867 static int slab_mem_going_offline_callback(void *arg) in slab_mem_going_offline_callback() argument 4881 static void slab_mem_offline_callback(void *arg) in slab_mem_offline_callback() argument 4905 static int slab_mem_going_online_callback(void *arg) in slab_mem_going_online_callback() argument 4956 slab_memory_callback(struct notifier_block *self, unsigned long action, void *arg) slab_memory_callback() argument
|
H A D | memcontrol.c | 1289 mem_cgroup_scan_tasks(struct mem_cgroup *memcg, int (*fn)(struct task_struct *, void *), void *arg) mem_cgroup_scan_tasks() argument 1921 memcg_oom_wake_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg) memcg_oom_wake_function() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 821 static int __bpf_fill_pattern(struct bpf_test *self, void *arg, in __bpf_fill_pattern() argument 916 static int __bpf_emit_alu64_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu64_imm() argument 937 static int __bpf_emit_alu32_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu32_imm() argument 958 static int __bpf_emit_alu64_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu64_reg() argument 980 __bpf_emit_alu32_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_alu32_reg() argument 1594 __bpf_emit_atomic64(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_atomic64() argument 1641 __bpf_emit_atomic32(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_atomic32() argument 1688 __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_cmpxchg64() argument 1728 __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_cmpxchg32() argument 2302 __bpf_emit_jmp_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) __bpf_emit_jmp_imm() argument 2325 __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) __bpf_emit_jmp32_imm() argument 2346 __bpf_emit_jmp_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_jmp_reg() argument 2368 __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) __bpf_emit_jmp32_reg() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 6113 void *arg; member 6136 work_on_cpu_key(int cpu, long (*fn)(void *), void *arg, struct lock_class_key *key) work_on_cpu_key() argument 6161 work_on_cpu_safe_key(int cpu, long (*fn)(void *), void *arg, struct lock_class_key *key) work_on_cpu_safe_key() argument [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 2602 static int abort_fn(struct ceph_osd_request *req, void *arg) in abort_fn() argument 2664 static int abort_on_full_fn(struct ceph_osd_request *req, void *arg) in abort_on_full_fn() argument 1195 for_each_request(struct ceph_osd_client *osdc, int (*fn)(struct ceph_osd_request *req, void *arg), void *arg) for_each_request() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 2904 int addrconf_set_dstaddr(struct net *net, void __user *arg) in addrconf_set_dstaddr() argument 3097 int addrconf_add_ifaddr(struct net *net, void __user *arg) in addrconf_add_ifaddr() argument 3122 int addrconf_del_ifaddr(struct net *net, void __user *arg) in addrconf_del_ifaddr() argument
|
H A D | route.c | 498 struct fib6_nh_dm_arg *arg = _arg; in __rt6_nh_dev_match() local 511 struct fib6_nh_dm_arg arg = { in rt6_nh_dev_match() local 779 struct fib6_nh_frl_arg *arg in rt6_nh_find_match() local 808 struct fib6_nh_frl_arg arg = { __find_rr_leaf() local 1765 rt6_nh_flush_exceptions(struct fib6_nh *nh, void *arg) rt6_nh_flush_exceptions() argument 1874 struct fib6_nh_excptn_arg *arg = _arg; rt6_nh_remove_exception_rt() local 1893 struct fib6_nh_excptn_arg arg = { rt6_remove_exception_rt() local 1945 struct fib6_nh_match_arg *arg = _arg; fib6_nh_find_match() local 1971 struct fib6_nh_match_arg arg = { rt6_update_exception_stamp_rt() local 2150 struct fib6_nh_age_excptn_arg *arg = _arg; rt6_nh_age_exceptions() local 2161 struct fib6_nh_age_excptn_arg arg = { rt6_age_exceptions() local 2889 struct fib6_nh_match_arg arg = { __ip6_rt_update_pmtu() local 3027 struct fib6_nh_rd_arg *arg = _arg; fib6_nh_redirect_match() local 3048 struct fib6_nh_rd_arg arg = { __ip6_route_redirect() local 4002 struct fib6_nh_del_cached_rt_arg *arg = _arg; fib6_nh_del_cached_rt() local 4011 struct fib6_nh_del_cached_rt_arg arg = { ip6_del_cached_rt_nh() local 4201 struct fib6_nh_match_arg arg = { rt6_do_redirect() local 4591 fib6_remove_prefsrc(struct fib6_info *rt, void *arg) fib6_remove_prefsrc() argument 4621 fib6_clean_tohost(struct fib6_info *rt, void *arg) fib6_clean_tohost() argument 4753 const struct arg_netdev_event *arg = p_arg; fib6_ifup() local 4768 struct arg_netdev_event arg = { rt6_sync_up() local 4778 fib6_clean_all(dev_net(dev), fib6_ifup, &arg); rt6_sync_up() local 4838 const struct arg_netdev_event *arg = p_arg; fib6_ifdown() local 4881 struct arg_netdev_event arg = { rt6_sync_down_dev() local 4910 struct rt6_mtu_change_arg *arg = (struct rt6_mtu_change_arg *)_arg; fib6_nh_mtu_change() local 4936 struct rt6_mtu_change_arg *arg = (struct rt6_mtu_change_arg *) p_arg; rt6_mtu_change_route() local 4964 struct rt6_mtu_change_arg arg = { rt6_mtu_change() local 4969 fib6_clean_all(dev_net(dev), rt6_mtu_change_route, &arg); rt6_mtu_change() local 5507 rt6_nh_nlmsg_size(struct fib6_nh *nh, void *arg) rt6_nh_nlmsg_size() argument 5778 fib6_info_nh_uses_dev(struct fib6_nh *nh, void *arg) fib6_info_nh_uses_dev() argument 5823 rt6_nh_dump_exceptions(struct fib6_nh *nh, void *arg) rt6_nh_dump_exceptions() argument 5877 struct rt6_rtnl_dump_arg *arg = (struct rt6_rtnl_dump_arg *) p_arg; rt6_dump_route() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_tables_api.c | 1276 static int nft_chain_hash_cmp(struct rhashtable_compare_arg *arg, in nft_chain_hash_cmp() argument 1301 static int nft_objname_hash_cmp(struct rhashtable_compare_arg *arg, in nft_objname_hash_cmp() argument
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 3951 kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_dev_ioctl() argument 4789 kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vcpu_ioctl() argument 5584 kvm_arch_vm_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_compat_ioctl() argument 5624 kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 694 static int rbd_ioctl_set_ro(struct rbd_device *rbd_dev, unsigned long arg) in rbd_ioctl_set_ro() argument 2534 static struct ceph_object_extent *alloc_object_extent(void *arg) in alloc_object_extent() argument 2676 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bio_pos() argument 716 rbd_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) rbd_ioctl() argument 734 rbd_compat_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) rbd_compat_ioctl() argument 2687 count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) count_bio_bvecs() argument 2700 copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) copy_bio_bvecs() argument 2739 set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) set_bvec_pos() argument 2750 count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) count_bvecs() argument 2761 copy_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) copy_bvecs() argument 4467 rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, u64 notifier_id, void *data, size_t data_len) rbd_watch_cb() argument 4533 rbd_watch_errcb(void *arg, u64 cookie, int err) rbd_watch_errcb() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 855 uint64_t arg:32; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 855 uint64_t arg:32; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 540 void *arg; member 3442 void *arg; in qib_setup_7322_interrupt() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 241 void *arg; member 776 static irqreturn_t omap_dsi_irq_handler(int irq, void *arg) in omap_dsi_irq_handler() argument 924 static int _dsi_register_isr(omap_dsi_isr_t isr, void *arg, u32 mask, in _dsi_register_isr() argument 958 _dsi_unregister_isr(omap_dsi_isr_t isr, void *arg, u32 mask, struct dsi_isr_data *isr_array, unsigned int isr_array_size) _dsi_unregister_isr() argument 980 dsi_register_isr(struct dsi_data *dsi, omap_dsi_isr_t isr, void *arg, u32 mask) dsi_register_isr() argument 999 dsi_unregister_isr(struct dsi_data *dsi, omap_dsi_isr_t isr, void *arg, u32 mask) dsi_unregister_isr() argument 1018 dsi_register_isr_vc(struct dsi_data *dsi, int channel, omap_dsi_isr_t isr, void *arg, u32 mask) dsi_register_isr_vc() argument 1038 dsi_unregister_isr_vc(struct dsi_data *dsi, int channel, omap_dsi_isr_t isr, void *arg, u32 mask) dsi_unregister_isr_vc() argument 1058 dsi_register_isr_cio(struct dsi_data *dsi, omap_dsi_isr_t isr, void *arg, u32 mask) dsi_register_isr_cio() argument 1077 dsi_unregister_isr_cio(struct dsi_data *dsi, omap_dsi_isr_t isr, void *arg, u32 mask) dsi_unregister_isr_cio() argument [all...] |