Home | History | Annotate | Download | only in dev

Lines Matching defs:put

198 	int mb, ub, d, get, put, any;
236 put = ms->ms_events.ev_put;
237 fe = &ms->ms_events.ev_q[put];
239 /* NEXT prepares to put the next event, backing off if necessary */
241 if ((++put) % EV_QSIZE == get) { \
242 --put; \
247 /* ADVANCE completes the `put' of the event */
250 if (put >= EV_QSIZE) { \
251 put = 0; \
294 ms->ms_events.ev_put = put;