Searched refs:EVENTS_PER_GETN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devport.c87 * EVENTS_PER_GETN is the maximum number of events to retrieve from port_getn on
91 #define EVENTS_PER_GETN 8 macro
113 int ed_pending[EVENTS_PER_GETN]; /* fd's with pending events */
162 for (i = 0; i < EVENTS_PER_GETN; i++)
266 port_event_t pevtlist[EVENTS_PER_GETN];
271 * for, as long as it's less than our maximum (EVENTS_PER_GETN)) in
294 for (i = 0; i < EVENTS_PER_GETN; ++i) {
309 res = port_getn(epdp->ed_port, pevtlist, EVENTS_PER_GETN,
423 for (i = 0; i < EVENTS_PER_GETN; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devport.c88 * EVENTS_PER_GETN is the maximum number of events to retrieve from port_getn on
92 #define EVENTS_PER_GETN 8 macro
115 int ed_pending[EVENTS_PER_GETN]; /* fd's with pending events */
167 for (i = 0; i < EVENTS_PER_GETN; i++)
290 port_event_t pevtlist[EVENTS_PER_GETN];
295 * for, as long as it's less than our maximum (EVENTS_PER_GETN)) in
318 for (i = 0; i < EVENTS_PER_GETN; ++i) {
332 if ((res = port_getn(epdp->ed_port, pevtlist, EVENTS_PER_GETN,
462 for (i = 0; i < EVENTS_PER_GETN; ++i) {

Completed in 41 milliseconds