/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | events.c | 148 struct mlx5_events *events = event_nb->ctx; in any_notifier() local 160 struct mlx5_events *events = event_nb->ctx; in temp_warn() local 222 struct mlx5_events *events = event_nb->ctx; in port_module() local 274 struct mlx5_events *events; in mlx5_pcie_event() local 374 struct mlx5_events *events = dev->priv.events; in mlx5_events_start() local 386 struct mlx5_events *events = dev->priv.events; in mlx5_events_stop() local 399 struct mlx5_events *events = dev->priv.events; in mlx5_notifier_register() local 407 struct mlx5_events *events = dev->priv.events; in mlx5_notifier_unregister() local 423 struct mlx5_events *events = dev->priv.events; in mlx5_blocking_notifier_register() local 431 struct mlx5_events *events = dev->priv.events; in mlx5_blocking_notifier_unregister() local [all …]
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-ir.c | 28 u32 events = 0; in cx23885_ir_rx_work_handler() local 51 u32 events = 0; in cx23885_ir_tx_work_handler() local 63 void cx23885_ir_rx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events) in cx23885_ir_rx_v4l2_dev_notify() 88 void cx23885_ir_tx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events) in cx23885_ir_tx_v4l2_dev_notify()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/ |
A D | count_instructions.c | 29 static int do_count_loop(struct event *events, u64 instructions, in do_count_loop() 74 static u64 determine_overhead(struct event *events) in determine_overhead() 96 struct event events[2]; in test_body() local
|
A D | count_stcx_fail.c | 29 static int do_count_loop(struct event *events, u64 instructions, in do_count_loop() 79 static u64 determine_overhead(struct event *events) in determine_overhead() 104 struct event events[3]; in test_body() local
|
/linux-6.3-rc2/drivers/mfd/ |
A D | da903x.c | 127 unsigned int events) in da903x_register_notifier() 137 unsigned int events) in da903x_unregister_notifier() 263 static int da9030_unmask_events(struct da903x_chip *chip, unsigned int events) in da9030_unmask_events() 276 static int da9030_mask_events(struct da903x_chip *chip, unsigned int events) in da9030_mask_events() 289 static int da9030_read_events(struct da903x_chip *chip, unsigned int *events) in da9030_read_events() 340 static int da9034_unmask_events(struct da903x_chip *chip, unsigned int events) in da9034_unmask_events() 354 static int da9034_mask_events(struct da903x_chip *chip, unsigned int events) in da9034_mask_events() 368 static int da9034_read_events(struct da903x_chip *chip, unsigned int *events) in da9034_read_events() 398 unsigned int events = 0; in da903x_irq_work() local
|
A D | adp5520.c | 144 unsigned int events) in adp5520_register_notifier() 162 unsigned int events) in adp5520_unregister_notifier() 177 unsigned int events; in adp5520_irq_thread() local
|
/linux-6.3-rc2/tools/testing/selftests/filesystems/epoll/ |
A D | epoll_wakeup_test.c | 106 struct epoll_event events[2]; in waiter_entry2a() local 118 struct epoll_event events[2]; in waiter_entry2ap() local 229 struct epoll_event events[2]; in TEST() local 267 struct epoll_event events[2]; in TEST() local 385 struct epoll_event events[2]; in TEST() local 431 struct epoll_event events[2]; in TEST() local 561 struct epoll_event events[2]; in TEST() local 610 struct epoll_event events[2]; in TEST() local 745 struct epoll_event events[2]; in TEST() local 794 struct epoll_event events[2]; in TEST() local [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | flex_proportions.h | 30 struct percpu_counter events; member 46 unsigned long events; member 78 struct percpu_counter events; member
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | irq.c | 39 int os_epoll_triggered(int index, int events) in os_epoll_triggered() 92 int os_add_epoll_fd(int events, int fd, void *data) in os_add_epoll_fd() 110 int os_mod_epoll_fd(int events, int fd, void *data) in os_mod_epoll_fd()
|
/linux-6.3-rc2/block/ |
A D | disk-events.c | 171 static void disk_event_uevent(struct gendisk *disk, unsigned int events) in disk_event_uevent() 189 unsigned int events; in disk_check_events() local 277 unsigned int events; in bdev_check_media_change() local 303 bool disk_force_media_change(struct gendisk *disk, unsigned int events) in disk_force_media_change() 339 static ssize_t __disk_events_show(unsigned int events, char *buf) in __disk_events_show()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | perf_event_xscale.c | 209 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale1pmu_enable_event() local 245 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale1pmu_disable_event() local 304 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale1pmu_start() local 316 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale1pmu_stop() local 555 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale2pmu_enable_event() local 601 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale2pmu_disable_event() local 667 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale2pmu_start() local 679 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in xscale2pmu_stop() local
|
A D | perf_event_v6.c | 274 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv6pmu_enable_event() local 366 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv6pmu_start() local 378 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv6pmu_stop() local 425 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv6pmu_disable_event() local 460 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv6mpcore_pmu_disable_event() local
|
A D | perf_event_v7.c | 876 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv7pmu_enable_event() local 922 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv7pmu_disable_event() local 1013 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv7pmu_start() local 1024 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in armv7pmu_stop() local 1499 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in krait_pmu_disable_event() local 1525 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in krait_pmu_enable_event() local 1832 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in scorpion_pmu_disable_event() local 1858 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); in scorpion_pmu_enable_event() local
|
/linux-6.3-rc2/tools/tracing/rtla/src/ |
A D | trace.c | 202 static void trace_events_free(struct trace_events *events) in trace_events_free() 388 struct trace_events *events) in trace_events_disable() 483 struct trace_events *events) in trace_events_enable() 516 struct trace_events *events) in trace_events_destroy()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | parse-no-sample-id-all.c | 39 static int process_events(union perf_event **events, size_t count) in process_events() 96 union perf_event *events[] = { in test__parse_no_sample_id_all() local
|
A D | pfm.c | 33 const char *events; in test__pfm_events() member 94 const char *events; in test__pfm_group() member
|
/linux-6.3-rc2/arch/m68k/mac/ |
A D | via.c | 385 unsigned char irq_bit, events; in via1_irq() local 421 unsigned char irq_bit, events; in via2_irq() local 447 unsigned char slot_bit, events; in via_nubus_irq() local
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_ecache.c | 128 const u32 events, in __nf_conntrack_eventmask_report() 165 int nf_conntrack_eventmask_report(unsigned int events, struct nf_conn *ct, in nf_conntrack_eventmask_report() 208 unsigned int events; in nf_ct_deliver_cached_events() local
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/security/ |
A D | spectre_v2.c | 25 static int do_count_loop(struct event *events, bool is_p9, s64 *miss_percent) in do_count_loop() 131 struct event events[4]; in spectre_v2_test() local
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | pmu.c | 143 static void kvm_vcpu_pmu_enable_el0(unsigned long events) in kvm_vcpu_pmu_enable_el0() 158 static void kvm_vcpu_pmu_disable_el0(unsigned long events) in kvm_vcpu_pmu_disable_el0()
|
/linux-6.3-rc2/drivers/pcmcia/ |
A D | cs.c | 622 unsigned int events; in pccardd() local 698 void pcmcia_parse_events(struct pcmcia_socket *s, u_int events) in pcmcia_parse_events() 723 void pcmcia_parse_uevents(struct pcmcia_socket *s, u_int events) in pcmcia_parse_uevents()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | pmu_event_filter_test.c | 655 uint64_t *events, int nevents) in append_test_events() 676 static void run_masked_events_tests(struct kvm_vcpu *vcpu, uint64_t *events, in run_masked_events_tests() 702 static void add_dummy_events(uint64_t *events, int nevents) in add_dummy_events() 722 uint64_t events[MAX_FILTER_EVENTS]; in test_masked_events() local 732 static int run_filter_test(struct kvm_vcpu *vcpu, const uint64_t *events, in run_filter_test()
|
A D | nested_exceptions_test.c | 197 struct kvm_vcpu_events events; in queue_ss_exception() local 225 struct kvm_vcpu_events events; in main() local
|
/linux-6.3-rc2/fs/ |
A D | eventpoll.c | 1640 struct epoll_event __user *events, int maxevents) in ep_send_events() 1784 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll() 2223 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() 2265 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument 2278 static int do_epoll_pwait(int epfd, struct epoll_event __user *events, in do_epoll_pwait() 2299 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 2310 SYSCALL_DEFINE6(epoll_pwait2, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 2329 static int do_compat_epoll_pwait(int epfd, struct epoll_event __user *events, in do_compat_epoll_pwait() 2352 struct epoll_event __user *, events, in COMPAT_SYSCALL_DEFINE6() argument 2365 struct epoll_event __user *, events, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-irqchip.c | 43 __be64 events = 0; in opal_handle_events() local 124 __be64 events; in opal_interrupt() local
|