| /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/isdn/mISDN/ |
| H A D | fsm.c | 28 fsm->event_count), in mISDN_FsmNew() 35 (fnlist[i].event >= fsm->event_count)) { in mISDN_FsmNew() 39 (long)fnlist[i].event, (long)fsm->event_count); in mISDN_FsmNew() 60 (event >= fi->fsm->event_count)) { in mISDN_FsmEvent() 64 (long)fi->fsm->event_count); in mISDN_FsmEvent()
|
| H A D | fsm.h | 24 int state_count, event_count; member
|
| H A D | layer1.c | 405 l1fsm_s.event_count = L1_EVENT_COUNT; in Isdnl1_Init()
|
| H A D | tei.c | 1381 teifsmu.event_count = TEI_EVENT_COUNT; in TEIInit() 1388 teifsmn.event_count = TEI_EVENT_COUNT; in TEIInit() 1395 deactfsm.event_count = DEACT_EVENT_COUNT; in TEIInit()
|
| H A D | layer2.c | 2242 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2_Init()
|
| /linux/drivers/pps/generators/ |
| H A D | pps_gen_tio.c | 134 u32 event_count; in hrtimer_callback() local 143 event_count = pps_tio_read(TIOEC, tio); in hrtimer_callback() 144 if (tio->prev_count && tio->prev_count == event_count) in hrtimer_callback() 146 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/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/drivers/net/ipa/ |
| H A D | gsi.h | 106 u16 event_count; member
|
| H A D | gsi.c | 2125 ret = gsi_ring_alloc(gsi, &evt_ring->ring, channel->event_count); in gsi_channel_evt_ring_init() 2207 if (!is_power_of_2(channel_data->event_count)) { in gsi_channel_data_valid() 2209 channel_id, channel_data->event_count); in gsi_channel_data_valid() 2229 if (data->channel.tre_count > data->channel.event_count) { in gsi_channel_init_one() 2230 tre_count = data->channel.event_count; in gsi_channel_init_one() 2245 channel->event_count = data->channel.event_count; in gsi_channel_init_one()
|
| /linux/sound/firewire/ |
| 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/drivers/misc/ |
| H A D | ds1682.c | 141 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | pmu_intel.c | 239 vcpu_to_pmu(vcpu)->event_count--; in intel_pmu_release_guest_lbr_event() 293 pmu->event_count++; in intel_pmu_create_guest_lbr_event()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_data.c | 1570 int event_count = NUM_EVENTS; in dbc_irq_threaded_fn() local 1591 if (!event_count) { in dbc_irq_threaded_fn() 1592 event_count = NUM_EVENTS; in dbc_irq_threaded_fn() 1618 if (!event_count) in dbc_irq_threaded_fn() 1620 --event_count; in dbc_irq_threaded_fn()
|
| /linux/drivers/pci/switch/ |
| H A D | switchtec.c | 1442 int eid, event_count = 0; in switchtec_event_isr() local 1459 event_count += mask_all_events(stdev, eid); in switchtec_event_isr() 1462 if (event_count) { in switchtec_event_isr() 1466 event_count); in switchtec_event_isr()
|
| /linux/arch/x86/kvm/ |
| H A D | pmu.c | 281 pmc_to_pmu(pmc)->event_count++; in pmc_reprogram_counter() 341 pmc_to_pmu(pmc)->event_count--; in pmc_release_perf_event()
|
| /linux/drivers/platform/x86/ |
| H A D | eeepc-laptop.c | 158 u16 event_count[128]; /* count for each event */ member 1215 count = eeepc->event_count[event % 128]++; in eeepc_acpi_notify()
|
| H A D | asus-laptop.c | 277 u16 event_count[128]; /* count for each event TODO make this better */ member 1526 count = asus->event_count[event % 128]++; in asus_acpi_notify()
|
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 1315 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 611 u8 event_count; member
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 124 u32 event_count; member
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_els.c | 10074 be32_to_cpu(li->event_count), cnt); in lpfc_els_rcv_fpin_li()
|