Searched refs:icp_event_lastidx (Results 1 – 1 of 1) sorted by relevance
1292 static int icp_event_lastidx; variable1304 e = &icp_event_buffer[icp_event_lastidx]; in icp_store_event()1314 if (icp_event_buffer[icp_event_lastidx].event_source != 0) { in icp_store_event()1315 icp_event_lastidx++; in icp_store_event()1316 if (icp_event_lastidx == ICP_MAX_EVENTS) in icp_store_event()1317 icp_event_lastidx = 0; in icp_store_event()1318 if (icp_event_lastidx == icp_event_oldidx) { in icp_store_event()1324 e = &icp_event_buffer[icp_event_lastidx]; in icp_store_event()1357 if (eindex != icp_event_lastidx) { in icp_read_event()1390 if (eindex == icp_event_lastidx) in icp_readapp_event()[all …]