Home
last modified time | relevance | path

Searched refs:event_count (Results 1 – 25 of 25) sorted by relevance

/linux/tools/perf/bench/
H A Dsynthesize.c51 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 Dfsm.c28 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 Dfsm.h24 int state_count, event_count; member
H A Dlayer1.c405 l1fsm_s.event_count = L1_EVENT_COUNT; in Isdnl1_Init()
H A Dtei.c1381 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 Dlayer2.c2242 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2_Init()
/linux/drivers/pps/generators/
H A Dpps_gen_tio.c134 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 Dproc_filter.c217 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 Damd8111e.c365 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 Dgsi.h106 u16 event_count; member
H A Dgsi.c2125 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 Damdtp-stream.h162 unsigned int event_count; member
/linux/Documentation/ABI/testing/
H A Dsysfs-class-wakeup21 What: /sys/class/wakeup/.../event_count
/linux/drivers/base/power/
H A Dwakeup_stats.c34 wakeup_attr(event_count);
/linux/drivers/misc/
H A Dds1682.c141 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c239 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 Dqaic_data.c1570 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 Dswitchtec.c1442 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 Dpmu.c281 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 Deeepc-laptop.c158 u16 event_count[128]; /* count for each event */ member
1215 count = eeepc->event_count[event % 128]++; in eeepc_acpi_notify()
H A Dasus-laptop.c277 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 Daiptek.c1315 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);
/linux/arch/x86/include/asm/
H A Dkvm_host.h611 u8 event_count; member
/linux/drivers/ptp/
H A Dptp_ocp.c124 u32 event_count; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c10074 be32_to_cpu(li->event_count), cnt); in lpfc_els_rcv_fpin_li()