/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.h | 17 void ndis_events_deinit(struct ndis_events_data *events); 55 struct ndis_events_data *events; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.h | 17 void ndis_events_deinit(struct ndis_events_data *events); 55 struct ndis_events_data *events; member
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | perf_event_cpu.c | 251 struct perf_event *event = cpuc->events[idx]; in nds32_pmu_handle_irq() 276 * Handle the pending perf events. in nds32_pmu_handle_irq() 418 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in nds32_pmu_enable_event() local 430 raw_spin_lock_irqsave(&events->pmu_lock, flags); in nds32_pmu_enable_event() 461 raw_spin_unlock_irqrestore(&events->pmu_lock, flags); in nds32_pmu_enable_event() 469 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in nds32_pmu_disable_event() local 480 raw_spin_lock_irqsave(&events->pmu_lock, flags); in nds32_pmu_disable_event() 492 raw_spin_unlock_irqrestore(&events->pmu_lock, flags); in nds32_pmu_disable_event() 559 * However, multiple of the 3 counters are able to count these events. in nds32_pmu_get_event_idx() 599 struct pmu_hw_events *events in nds32_pmu_start() local 616 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); nds32_pmu_stop() local 1109 struct pmu_hw_events *events = &per_cpu(cpu_hw_events, cpu); cpu_pmu_init() local [all...] |
/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 69 " -a, --all dump the info of all events\n" 225 EVENT_LOGE("When publishing unordered events, the subscriber object is not required."); in PublishCommonEvent() 513 // Only subsystems and system apps with permissions can publish sticky common events in ProcessStickyEvent() 664 int32_t uid, const std::vector<std::string> &events) in SendSubscribeHiSysEvent() 671 eventInfo.eventName = std::accumulate(events.begin(), events.end(), std::string(""), in SendSubscribeHiSysEvent() 672 [events](std::string eventName, const std::string &str) { in SendSubscribeHiSysEvent() 673 return (str == events.front()) ? (eventName + str) : (eventName + "," + str); in SendSubscribeHiSysEvent() 689 std::vector<std::string> events = subscriberRecord->eventSubscribeInfo->GetMatchingSkills().GetEvents(); in SendUnSubscribeHiSysEvent() local 690 eventInfo.eventName = std::accumulate(events in SendUnSubscribeHiSysEvent() 663 SendSubscribeHiSysEvent(int32_t userId, const std::string &subscriberName, int32_t pid, int32_t uid, const std::vector<std::string> &events) SendSubscribeHiSysEvent() argument 731 SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) SetStaticSubscriberState() argument [all...] |
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | guest.c | 762 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_get_events() 764 events->exception.serror_pending = !!(vcpu->arch.hcr_el2 & HCR_VSE); in __kvm_arm_vcpu_get_events() 765 events->exception.serror_has_esr = cpus_have_const_cap(ARM64_HAS_RAS_EXTN); in __kvm_arm_vcpu_get_events() 767 if (events->exception.serror_pending && events->exception.serror_has_esr) in __kvm_arm_vcpu_get_events() 768 events->exception.serror_esr = vcpu_get_vsesr(vcpu); in __kvm_arm_vcpu_get_events() 780 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_set_events() 782 bool serror_pending = events->exception.serror_pending; in __kvm_arm_vcpu_set_events() 783 bool has_esr = events->exception.serror_has_esr; in __kvm_arm_vcpu_set_events() 784 bool ext_dabt_pending = events in __kvm_arm_vcpu_set_events() 761 __kvm_arm_vcpu_get_events(struct kvm_vcpu *vcpu, struct kvm_vcpu_events *events) __kvm_arm_vcpu_get_events() argument 779 __kvm_arm_vcpu_set_events(struct kvm_vcpu *vcpu, struct kvm_vcpu_events *events) __kvm_arm_vcpu_set_events() argument [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | guest.c | 815 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_get_events() 817 events->exception.serror_pending = !!(vcpu->arch.hcr_el2 & HCR_VSE); in __kvm_arm_vcpu_get_events() 818 events->exception.serror_has_esr = cpus_have_const_cap(ARM64_HAS_RAS_EXTN); in __kvm_arm_vcpu_get_events() 820 if (events->exception.serror_pending && events->exception.serror_has_esr) in __kvm_arm_vcpu_get_events() 821 events->exception.serror_esr = vcpu_get_vsesr(vcpu); in __kvm_arm_vcpu_get_events() 833 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_set_events() 835 bool serror_pending = events->exception.serror_pending; in __kvm_arm_vcpu_set_events() 836 bool has_esr = events->exception.serror_has_esr; in __kvm_arm_vcpu_set_events() 837 bool ext_dabt_pending = events in __kvm_arm_vcpu_set_events() 814 __kvm_arm_vcpu_get_events(struct kvm_vcpu *vcpu, struct kvm_vcpu_events *events) __kvm_arm_vcpu_get_events() argument 832 __kvm_arm_vcpu_set_events(struct kvm_vcpu *vcpu, struct kvm_vcpu_events *events) __kvm_arm_vcpu_set_events() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | da7219-aad.c | 348 u8 events[DA7219_AAD_IRQ_REG_MAX]; in da7219_aad_irq_thread() local 352 /* Read current IRQ events */ in da7219_aad_irq_thread() 354 events, DA7219_AAD_IRQ_REG_MAX); in da7219_aad_irq_thread() 356 dev_warn_ratelimited(component->dev, "Failed to read IRQ events: %d\n", ret); in da7219_aad_irq_thread() 360 if (!events[DA7219_AAD_IRQ_REG_A] && !events[DA7219_AAD_IRQ_REG_B]) in da7219_aad_irq_thread() 366 /* Clear events */ in da7219_aad_irq_thread() 368 events, DA7219_AAD_IRQ_REG_MAX); in da7219_aad_irq_thread() 370 dev_dbg(component->dev, "IRQ events = 0x%x|0x%x, status = 0x%x\n", in da7219_aad_irq_thread() 371 events[DA7219_AAD_IRQ_REG_ in da7219_aad_irq_thread() [all...] |
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_hist.c | 45 struct trace_events *events; member 210 * timerlat_hist_handler - this is the handler for timerlat tracer events 674 if (params->events) in timerlat_hist_parse_args() 675 tevent->next = params->events; in timerlat_hist_parse_args() 677 params->events = tevent; in timerlat_hist_parse_args() 748 if (params->events) { in timerlat_hist_parse_args() 749 retval = trace_event_add_trigger(params->events, optarg); in timerlat_hist_parse_args() 759 if (params->events) { in timerlat_hist_parse_args() 760 retval = trace_event_add_filter(params->events, optarg); in timerlat_hist_parse_args() 1011 if (params->events) { in timerlat_hist_main() [all...] |
/third_party/curl/lib/ |
H A D | easy.c | 384 struct events { struct 402 struct events *ev = userp; in events_timer() 461 struct events *ev = userp; in events_socket() 489 m->socket.events = socketcb2poll(what); in events_socket() 512 m->socket.events = socketcb2poll(what); in events_socket() 534 static void events_setup(struct Curl_multi *multi, struct events *ev) in events_setup() 551 static CURLcode wait_or_timeout(struct Curl_multi *multi, struct events *ev) in wait_or_timeout() 571 f->events = m->socket.events; in wait_or_timeout() 645 * Runs a transfer in a blocking manner using the events 717 easy_perform(struct Curl_easy *data, bool events) easy_perform() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | perf_event_v7.c | 35 * Note: An implementation may not be able to count all of these events 67 /* These events are defined by the PMUv2 supplement (ARM DDI 0457A). */ 152 * Cortex-A8 HW events mapping 154 * The hardware events that we support. We do support cache operations but 205 * Cortex-A9 HW events mapping 249 * Cortex-A5 HW events mapping 295 * Cortex-A15 HW events mapping 344 * Cortex-A7 HW events mapping 393 * Cortex-A12 HW events mapping 443 * Krait HW events mappin 876 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_enable_event() local 922 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_disable_event() local 1013 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_start() local 1024 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_stop() local 1499 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); krait_pmu_disable_event() local 1525 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); krait_pmu_enable_event() local 1832 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); scorpion_pmu_disable_event() local 1858 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); scorpion_pmu_enable_event() local [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | perf_event_v7.c | 35 * Note: An implementation may not be able to count all of these events 67 /* These events are defined by the PMUv2 supplement (ARM DDI 0457A). */ 152 * Cortex-A8 HW events mapping 154 * The hardware events that we support. We do support cache operations but 205 * Cortex-A9 HW events mapping 249 * Cortex-A5 HW events mapping 295 * Cortex-A15 HW events mapping 344 * Cortex-A7 HW events mapping 393 * Cortex-A12 HW events mapping 443 * Krait HW events mappin 876 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_enable_event() local 922 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_disable_event() local 1013 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_start() local 1024 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); armv7pmu_stop() local 1499 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); krait_pmu_disable_event() local 1525 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); krait_pmu_enable_event() local 1832 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); scorpion_pmu_disable_event() local 1858 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events); scorpion_pmu_enable_event() local [all...] |
/base/hiviewdfx/hiview/base/event_report/ |
H A D | hiview_event_report.cpp | 62 std::vector<std::shared_ptr<LoggerEvent>> events;
in ReportPluginStats() local 63 HiviewEventCacher::GetInstance().GetPluginStatsEvents(events);
in ReportPluginStats() 64 for (auto event : events) {
in ReportPluginStats()
|
/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | monitor_test.cpp | 84 ev.events = EPOLLIN; in HWTEST_F() 86 ev.events = EPOLLHUP; in HWTEST_F() 88 ev.events = EPOLLERR; in HWTEST_F()
|
/base/notification/common_event_service/services/include/ |
H A D | static_subscriber_manager.h | 63 * @param events Static subscriber event name. 67 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable); 84 std::set<std::string> events; member 103 int32_t UpdateDisableEvents(const std::string &bundleName, const std::vector<std::string> &events, bool enable);
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/ |
H A D | profiler.bpf.c | 18 } events SEC(".maps"); 65 err = bpf_perf_event_read_value(&events, key, (void *)&reading, in BPF_PROG() 108 /* read all events before updating the maps, to reduce error */ in BPF_PROG() 110 err = bpf_perf_event_read_value(&events, cpu + i * num_cpu, in BPF_PROG()
|
/kernel/linux/linux-5.10/tools/lib/api/fd/ |
H A D | array.c | 85 fda->entries[fda->nr].events = revents; in fdarray__add() 101 if (!fda->entries[fd].events) in fdarray__filter() 108 fda->entries[fd].revents = fda->entries[fd].events = 0; in fdarray__filter()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_exception_with_invalid_guest_state.c | 88 struct kvm_vcpu_events events; in sigalrm_handler() local 92 vcpu_events_get(vcpu, &events); in sigalrm_handler() 99 if (events.exception.pending) { in sigalrm_handler()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/skeleton/ |
H A D | profiler.bpf.c | 18 } events SEC(".maps"); 65 err = bpf_perf_event_read_value(&events, key, (void *)&reading, in BPF_PROG() 108 /* read all events before updating the maps, to reduce error */ in BPF_PROG() 110 err = bpf_perf_event_read_value(&events, cpu + i * num_cpu, in BPF_PROG()
|
/third_party/alsa-utils/axfer/ |
H A D | waiter-select.c | 59 if (pfd->events & POLLIN_SET) in select_wait_event() 61 if (pfd->events & POLLOUT_SET) in select_wait_event() 63 if (pfd->events & POLLEX_SET) in select_wait_event()
|
/third_party/libinput/test/ |
H A D | litest-device-elan-tablet.c | 128 static int events[] = { variable 144 .events = events,
|
H A D | litest-device-dell-canvas-totem.c | 103 static int events[] = { variable 117 .events = events,
|
H A D | litest-device-generic-pressurepad.c | 90 static int events[] = { variable 123 .events = events,
|
H A D | litest-device-elantech-touchpad.c | 77 static int events[] = { variable 108 .events = events,
|
H A D | litest-device-magic-trackpad.c | 96 static int events[] = { variable 116 .events = events,
|
H A D | litest-device-touchpad-palm-threshold-zero.c | 79 static int events[] = { variable 120 .events = events,
|