Home
last modified time | relevance | path

Searched defs:events (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Devents.c148 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
313 struct mlx5_events *events = event_nb->ctx; in pcie_core() local
336 struct mlx5_events *events = event_nb->ctx; in forward_event() local
347 struct mlx5_events *events = kzalloc(sizeof(*events), GFP_KERNEL); in mlx5_events_init() 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
[all …]
/linux-6.6.21/drivers/media/pci/cx23885/
Dcx23885-ir.c28 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.6.21/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c29 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
Dcount_stcx_fail.c29 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.6.21/drivers/mfd/
Dda903x.c127 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
Dadp5520.c144 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.6.21/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c30 static inline int sys_epoll_pwait2(int fd, struct epoll_event *events, in sys_epoll_pwait2()
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
[all …]
/linux-6.6.21/include/linux/
Dflex_proportions.h30 struct percpu_counter events; member
46 unsigned long events; member
78 struct percpu_counter events; member
/linux-6.6.21/arch/um/os-Linux/
Dirq.c39 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.6.21/arch/arm/kernel/
Dperf_event_xscale.c209 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
Dperf_event_v6.c274 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
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c92 struct kvm_vcpu_events *events = &run->s.regs.events; in race_events_inj_pen() local
115 struct kvm_vcpu_events *events = &run->s.regs.events; in race_events_exc() local
218 struct kvm_vcpu_events events; in main() local
Dnested_exceptions_test.c192 struct kvm_vcpu_events events; in queue_ss_exception() local
220 struct kvm_vcpu_events events; in main() local
Dpmu_event_filter_test.c87 __u64 events[MAX_FILTER_EVENTS]; member
665 uint64_t *events, int nevents) in append_test_events()
686 static void run_masked_events_tests(struct kvm_vcpu *vcpu, uint64_t *events, in run_masked_events_tests()
713 static void add_dummy_events(uint64_t *events, int nevents) in add_dummy_events()
733 uint64_t events[MAX_FILTER_EVENTS]; in test_masked_events() local
/linux-6.6.21/tools/tracing/rtla/src/
Dtrace.c202 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.6.21/tools/perf/tests/
Dparse-no-sample-id-all.c39 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
Dpfm.c33 const char *events; in test__pfm_events() member
94 const char *events; in test__pfm_group() member
/linux-6.6.21/block/
Ddisk-events.c171 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 disk_check_media_change() local
328 static ssize_t __disk_events_show(unsigned int events, char *buf) in __disk_events_show()
/linux-6.6.21/arch/m68k/mac/
Dvia.c385 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.6.21/net/netfilter/
Dnf_conntrack_ecache.c128 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.6.21/tools/testing/selftests/powerpc/security/
Dspectre_v2.c25 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.6.21/arch/arm64/kvm/
Dpmu.c143 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.6.21/drivers/pcmcia/
Dcs.c623 unsigned int events; in pccardd() local
699 void pcmcia_parse_events(struct pcmcia_socket *s, u_int events) in pcmcia_parse_events()
724 void pcmcia_parse_uevents(struct pcmcia_socket *s, u_int events) in pcmcia_parse_uevents()
/linux-6.6.21/fs/
Deventpoll.c1677 struct epoll_event __user *events, int maxevents) in ep_send_events()
1825 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
2283 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait()
2325 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument
2338 static int do_epoll_pwait(int epfd, struct epoll_event __user *events, in do_epoll_pwait()
2359 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2370 SYSCALL_DEFINE6(epoll_pwait2, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2389 static int do_compat_epoll_pwait(int epfd, struct epoll_event __user *events, in do_compat_epoll_pwait()
2412 struct epoll_event __user *, events, in COMPAT_SYSCALL_DEFINE6() argument
2425 struct epoll_event __user *, events, in COMPAT_SYSCALL_DEFINE6() argument
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dopal-irqchip.c43 __be64 events = 0; in opal_handle_events() local
124 __be64 events; in opal_interrupt() local

12345678910>>...17