| /linux/tools/perf/bench/ |
| H A D | synthesize.c | 51 static atomic_t event_count; variable 58 atomic_inc(&event_count); in process_synthesized_event() 78 atomic_set(&event_count, 0); in do_run_single_threaded() 93 update_stats(&event_stats, atomic_read(&event_count)); in do_run_single_threaded() 178 atomic_set(&event_count, 0); in do_run_multi_threaded() 195 update_stats(&event_stats, atomic_read(&event_count)); in do_run_multi_threaded()
|
| /linux/drivers/pps/generators/ |
| H A D | pps_gen_tio.c | 133 u32 event_count; in hrtimer_callback() local 142 event_count = pps_tio_read(TIOEC, tio); in hrtimer_callback() 143 if (tio->prev_count && tio->prev_count == event_count) in hrtimer_callback() 145 tio->prev_count = event_count; in hrtimer_callback()
|
| /linux/tools/testing/selftests/connector/ |
| H A D | proc_filter.c | 217 int i, event_count = 0, err = 0; in handle_events() local 219 event_count = epoll_wait(epoll_fd, ev, MAX_EVENTS, -1); in handle_events() 220 if (event_count < 0) { in handle_events() 226 for (i = 0; i < event_count; i++) { in handle_events()
|
| /linux/drivers/net/ipa/ |
| H A D | gsi.h | 106 u16 event_count; member
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | amd8111e.c | 365 unsigned int event_count; in amd8111e_set_coalesce() local 376 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce() 378 event_count > MAX_EVENT_COUNT) in amd8111e_set_coalesce() 383 writel((u32)DLY_INT_A_R0 | (event_count << 16) | in amd8111e_set_coalesce() 389 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce() 391 event_count > MAX_EVENT_COUNT) in amd8111e_set_coalesce() 397 writel((u32)DLY_INT_B_T0 | (event_count << 16) | in amd8111e_set_coalesce()
|
| /linux/sound/firewire/ |
| H A D | amdtp-stream.c | 1163 unsigned int event_count = s->ctx_data.rx.event_count; in process_rx_packets() local 1208 event_count += desc->data_blocks; in process_rx_packets() 1209 if (event_count >= events_per_period) { in process_rx_packets() 1210 event_count -= events_per_period; in process_rx_packets() 1223 s->ctx_data.rx.event_count = event_count; in process_rx_packets() 1773 s->ctx_data.rx.event_count = 0; in amdtp_stream_start()
|
| H A D | amdtp-stream.h | 162 unsigned int event_count; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-wakeup | 21 What: /sys/class/wakeup/.../event_count
|
| /linux/drivers/base/power/ |
| H A D | wakeup_stats.c | 34 wakeup_attr(event_count);
|
| /linux/net/rfkill/ |
| H A D | core.c | 83 u32 event_count; member 281 if (data->event_count++ > MAX_RFKILL_EVENT) { in rfkill_fill_event() 282 data->event_count--; in rfkill_fill_event() 1276 data->event_count--; in rfkill_fop_read()
|
| /linux/drivers/misc/ |
| H A D | ds1682.c | 141 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
|
| /linux/drivers/platform/x86/ |
| H A D | eeepc-laptop.c | 156 u16 event_count[128]; /* count for each event */ member 1214 count = eeepc->event_count[event % 128]++; in eeepc_acpi_notify()
|
| H A D | asus-laptop.c | 275 u16 event_count[128]; /* count for each event TODO make this better */ member 1524 count = asus->event_count[event % 128]++; in asus_acpi_notify()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 9723 switch (tpc_stats->event_count) { in ath12k_wmi_tpc_stats_copy_buffer() 9992 u32 event_count; in ath12k_wmi_process_tpc_stats() local 10041 event_count = le32_to_cpu(fixed_param->event_count); in ath12k_wmi_process_tpc_stats() 10042 if (event_count == 0) { in ath12k_wmi_process_tpc_stats() 10063 if (!(event_count == 0)) { in ath12k_wmi_process_tpc_stats() 10064 if (event_count != tpc_stats->event_count + 1) { in ath12k_wmi_process_tpc_stats() 10072 tpc_stats->event_count = le32_to_cpu(fixed_param->event_count); in ath12k_wmi_process_tpc_stats() 10075 tpc_stats->event_count); in ath12k_wmi_process_tpc_stats()
|
| H A D | wmi.h | 6261 __le32 event_count; member 6321 u32 event_count; member
|
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 1288 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 642 u8 event_count; member
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 139 u32 event_count; member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 5149 if (vcpu->scheduled_out && pmu->version && pmu->event_count) { in kvm_arch_vcpu_load()
|