Searched refs:retry (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCommandQueue.cpp186 int retry; local
191 retry = 0;
198 && ((retry++) < 4));
H A DIOBufferMemoryDescriptor.cpp315 // flag a retry
356 bool retry = me->_physSegCount; local
359 if (retry)
382 bool retry = me->_physSegCount; local
385 if (retry)
474 bool retry = me->_physSegCount; local
477 if (retry)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsync_lock.c303 retry:
355 goto retry; /* probably a dead lock_set */
605 retry:
713 goto retry;
733 retry:
821 goto retry;
H A Dwait_queue.c703 retry:
721 goto retry;
764 retry:
783 goto retry;
H A Dzalloc.c330 * Generally, you'll know you have a leak when you get a "zalloc retry failed 3" panic from the zone
934 int retry = 0; local
938 if (vm_pool_low() || retry >= 1)
958 retry++;
960 if (retry == 2) {
964 if (retry == 3) {
966 panic("zalloc: \"%s\" (%d elements) retry fail %d", zone->zone_name, zone->count, retval);
H A Dkmod.c1716 retry:
1735 // copy kmod into data, retry if kmod's size has changed (grown)
1747 goto retry;
1763 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c518 int retry; local
546 for (retry = 0; retry < SELECT_RETRY_COUNT; retry++) {
721 int retry; local
731 retry:
751 for (retry = 0; retry < context->max_try; retry++) {
787 goto retry;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c243 retry:
315 goto retry;
387 retry:
418 goto retry;
438 goto retry;
464 goto retry;
1218 retry:
1239 goto retry;
1455 retry:
1481 goto retry;
1559 nfs_gss_clnt_ctx_delay(struct nfsreq *req, int *retry) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/i386/
H A DOSAtomic.s88 jnz 1b #; - failure: eax:edx re-loaded, retry
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_lookup.c168 retry:
199 // and then retry...
204 goto retry;
H A Dhfs_encodings.c296 unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry) argument
302 if (error && retry) {
315 utf8_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr/*, int retry*/)
H A Dhfs.h603 int unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.c196 retry:
207 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c155 retry:
170 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c900 retry:
915 goto retry;
920 goto retry;
924 goto retry;
H A Dsys_generic.c1122 retry:
1163 goto retry;
1177 goto retry;
1202 goto retry;
2351 goto retry;
2366 retry:
2422 goto retry;
H A Dsys_pipe.c967 retry:
999 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dasp_proto.c681 asp_send_req(gref, mioc, dest, retry, awp, xo, state, bitmap)
685 at_retry_t *retry;
727 sd->def_retries = (retry->retries == -1) ?
728 ATP_INFINITE_RETRIES : retry->retries;
729 sd->def_rate = retry->interval*TICKS_PER_SEC;
782 at_retry_t retry; local
806 retry.interval = scb->tickle_interval;
807 retry.retries = -1;
808 retry.backoff = 1;
815 if (asp_send_req(scb->gref, mioc, dest, &retry,
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c759 retry:
796 goto retry;
H A Dgenimage.c1235 retry:
1272 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c985 retry:
1018 * to retry this node
1033 goto retry;
H A Ddevfs_vnops.c172 retry:
214 goto retry;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c3058 retry:
3132 * page... thus the jump back to 'retry'
3138 goto retry;
3143 * we went to retry in this case, we'd
3171 goto retry;
3390 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c200 retry:
374 goto retry;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c1870 /* if new vnodes were created in between retry the reclaim */
3259 int retries = 0; /* retry incase of tablefull */
3267 retry:
3369 goto retry;
3376 * wait a bit and then retry... if we can't get a vnode
3382 goto retry;
3425 goto retry;
3449 goto retry;
3592 retry:
3617 goto retry;
[all...]

Completed in 302 milliseconds

12