Home | History | Annotate | Download | only in sun

Lines Matching defs:put

235 	int mb, ub, d, get, put, any;
331 put = ms->ms_events.ev_put;
332 fe = &ms->ms_events.ev_q[put];
334 /* NEXT prepares to put the next event, backing off if necessary */
336 if ((++put) % EV_QSIZE == get) { \
337 put--; \
340 /* ADVANCE completes the `put' of the event */
343 if (put >= EV_QSIZE) { \
344 put = 0; \
383 ms->ms_events.ev_put = put;