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

12

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp207 int retry; local
212 retry = 0;
219 && ((retry++) < 4));
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_space.c228 retry:
254 goto retry;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c170 retry:
202 // and then retry...
207 goto retry;
372 goto retry;
390 goto retry;
393 /* skip to the error-handling code if we can't retry */
H A Dhfs_encodings.c321 unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry) argument
327 if (error && retry) {
340 utf8_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr/*, int retry*/)
H A Dhfs.h677 int unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c500 int retry; local
528 for (retry = 0; retry < SELECT_RETRY_COUNT; retry++) {
703 int retry; local
713 retry:
733 for (retry = 0; retry < context->max_try; retry++) {
769 goto retry;
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_lock.c306 retry:
358 goto retry; /* probably a dead lock_set */
598 retry:
709 goto retry;
729 retry:
826 goto retry;
H A Dwait_queue.c1007 retry:
1027 goto retry;
1067 retry:
1091 goto retry;
1119 retry:
1141 goto retry;
H A Dtask_policy.c2029 retry:
2046 goto retry;
2052 goto retry;
2114 retry:
2134 goto retry;
H A Dzalloc.c429 * Generally, you'll know you have a leak when you get a "zalloc retry failed 3" panic from the zone
1742 int retry = 0; local
1777 if (vm_pool_low() || retry >= 1)
1816 retry++;
1818 if (retry == 2) {
1823 if (retry == 3) {
1833 panic("zalloc: \"%s\" (%d elements) retry fail %d, kfree_nop_count: %d", zone->zone_name, zone->count, retval, (int)kfree_nop_count);
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_stubs.c366 retry:
371 goto retry;
H A Dkern_fork.c1138 retry:
1153 goto retry;
1158 goto retry;
1162 goto retry;
H A Dsys_generic.c1175 retry:
1221 goto retry;
1235 goto retry;
1260 goto retry;
2447 goto retry;
2473 retry:
2529 goto retry;
H A Dpthread_support.c263 #define PTH_RWL_RETRYBIT 0x08 /* mutex retry wait */
764 int ins_flags, retry; local
804 retry = 1;
1115 retry:
1183 goto retry;
2738 int retry = mgen & PTH_RWL_RETRYBIT; local
2753 if (((wqtype & KSYN_WQTYPE_MASK) == KSYN_WQTYPE_MTX) && (retry != 0))
3871 /* TBD: if retry bit is set for mutex, add it to the head */
4386 retry:
4441 goto retry;
[all...]
/darwin-on-arm/xnu/libkern/i386/
H A DOSAtomic.s90 jnz 1b #; - failure: eax:edx re-loaded, retry
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_tcp.c210 retry:
213 goto retry;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c435 retry:
466 goto retry;
486 goto retry;
513 goto retry;
1008 retry:
1035 goto retry;
1102 * to wake up other threads again. This thread will retry in
1400 retry:
1426 goto retry;
1845 retry
[all...]
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c155 retry:
170 goto retry;
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c759 retry:
796 goto retry;
H A Dgenimage.c1235 retry:
1272 goto retry;
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c1147 retry:
1198 goto retry;
H A Ddevfs_vnops.c248 retry:
290 goto retry;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DKQMPMMtest.c382 retry:
410 goto retry;
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c1147 int retry;
1149 for (retry = 1; retry != 0;) {
1156 retry = 0;
1162 retry = 1;

Completed in 141 milliseconds

12