Searched refs:nextreq (Results 1 – 3 of 3) sorted by relevance
54 int nextreq = 0; /* goes in request[nextreq] */ variable81 if ( nextreq < MAXREQUEST ) { in saverequest()82 request[nextreq].want = strtok(want, ": "); in saverequest()84 request[nextreq].page = 0; in saverequest()85 else request[nextreq].page = atoi(page); in saverequest()86 if ( (request[nextreq].file = strtok(NULL, ": ")) == NULL ) in saverequest()87 request[nextreq].file = requestfile; in saverequest()88 nextreq++; in saverequest()112 for ( i = 0; i < nextreq; i++ ) in writerequest()
1297 kcf_areq_node_t *nextreq; in kcf_aop_done() local1327 nextreq = areq->an_ctxchain_next; in kcf_aop_done()1328 if (nextreq != NULL) { in kcf_aop_done()1329 mutex_enter(&nextreq->an_lock); in kcf_aop_done()1330 nextreq->an_is_my_turn = B_TRUE; in kcf_aop_done()1331 cv_signal(&nextreq->an_turn_cv); in kcf_aop_done()1332 mutex_exit(&nextreq->an_lock); in kcf_aop_done()1335 ictx->kc_req_chain_first = nextreq; in kcf_aop_done()1336 if (nextreq == NULL) in kcf_aop_done()1341 ASSERT(nextreq == NULL); in kcf_aop_done()
2553 nextreq:2668 goto nextreq;