| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| 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 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | events.c | 141 struct mlx5_events *events = event_nb->ctx; in any_notifier() local 153 struct mlx5_events *events = event_nb->ctx; in temp_warn() local 215 struct mlx5_events *events = event_nb->ctx; in port_module() local 267 struct mlx5_events *events; in mlx5_pcie_event() local 306 struct mlx5_events *events = event_nb->ctx; in pcie_core() local 329 struct mlx5_events *events = event_nb->ctx; in forward_event() local 340 struct mlx5_events *events = kzalloc(sizeof(*events), GFP_KERNEL); in mlx5_events_init() local 366 struct mlx5_events *events = dev->priv.events; in mlx5_events_start() local 378 struct mlx5_events *events = dev->priv.events; in mlx5_events_stop() local 388 struct mlx5_events *events = dev->priv.events; in mlx5_notifier_register() local [all …]
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
| 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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
| 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
|
| 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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
| 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
|
| 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
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | flex_proportions.h | 30 struct percpu_counter events; member 46 unsigned long events; member 78 struct percpu_counter events; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | flex_proportions.h | 30 struct percpu_counter events; member 46 unsigned long events; member 78 struct percpu_counter events; member
|
| /kernel/liteos_a/kernel/base/ipc/ |
| D | los_event.c | 177 …C_TEXT STATIC UINT8 OsEventResume(LosTaskCB *resumedTask, const PEVENT_CB_S eventCB, UINT32 events) in OsEventResume() 194 LITE_OS_SEC_TEXT VOID OsEventWriteUnsafe(PEVENT_CB_S eventCB, UINT32 events, BOOL once, UINT8 *exit… in OsEventWriteUnsafe() 220 LITE_OS_SEC_TEXT STATIC UINT32 OsEventWrite(PEVENT_CB_S eventCB, UINT32 events, BOOL once) in OsEventWrite() 265 LITE_OS_SEC_TEXT UINT32 LOS_EventWrite(PEVENT_CB_S eventCB, UINT32 events) in LOS_EventWrite() 276 LITE_OS_SEC_TEXT_MINOR UINT32 OsEventWriteOnce(PEVENT_CB_S eventCB, UINT32 events) in OsEventWriteOnce()
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| 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
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/ |
| 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()
|
| /kernel/liteos_a/kernel/extended/perf/pmu/ |
| D | perf_timed_pmu.c | 48 PerfEvent *events = &g_perfTimed.pmu.events; in OsPerfTimedStart() local 77 PerfEvent *events = &g_perfTimed.pmu.events; in OsPerfTimedConfig() local 122 PerfEvent *events = &g_perfTimed.pmu.events; in OsPerfTimedHandle() local
|
| D | perf_hw_pmu.c | 66 PerfEvent *events = &g_perfHw->events; in OsPerfHwConfig() local 112 PerfEvent *events = &g_perfHw->events; in OsPerfHwStart() local 134 PerfEvent *events = &g_perfHw->events; in OsPerfHwStop() local
|
| D | perf_sw_pmu.c | 56 PerfEvent *events = &g_perfSw.pmu.events; in OsPerfHook() local 108 PerfEvent *events = &g_perfSw.pmu.events; in OsPerfSwConfig() local 126 PerfEvent *events = &g_perfSw.pmu.events; in OsPerfSwStart() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 91 struct epoll_event events[2]; in waiter_entry2a() local 103 struct epoll_event events[2]; in waiter_entry2ap() local 214 struct epoll_event events[2]; in TEST() local 252 struct epoll_event events[2]; in TEST() local 370 struct epoll_event events[2]; in TEST() local 416 struct epoll_event events[2]; in TEST() local 546 struct epoll_event events[2]; in TEST() local 595 struct epoll_event events[2]; in TEST() local 730 struct epoll_event events[2]; in TEST() local 779 struct epoll_event events[2]; in TEST() local [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 30 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 …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| D | sync_regs_test.c | 92 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
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| 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
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| 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
|
| /kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
| 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()
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| 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
|