Searched refs:retry (Results 126 - 150 of 334) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_gart.c629 retry:
638 goto retry;
959 retry:
969 goto retry;
/freebsd-10.0-release/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c959 goto retry;
963 goto retry;
969 goto retry;
975 retry:
/freebsd-10.0-release/sys/dev/nvme/
H A Dnvme_qpair.c313 boolean_t retry, error; local
317 retry = error && nvme_completion_is_retry(cpl) &&
329 if (req->cb_fn && !retry)
335 if (retry) {
821 NVME_SC_DATA_TRANSFER_ERROR, 1 /* do not retry */, TRUE);
870 * Manually abort each outstanding admin command. Do not retry
879 NVME_SC_ABORTED_BY_REQUEST, 1 /* do not retry */, TRUE);
895 * retry, unless the retry count on the associated request has
977 NVME_SC_ABORTED_BY_REQUEST, 1 /* do not retry */, TRU
[all...]
/freebsd-10.0-release/sys/amd64/amd64/
H A Dpmap.c1838 retry:
1845 goto retry;
1856 goto retry;
2298 * Indicate the need to retry. While waiting, the page table
2415 retry:
2427 goto retry;
2445 retry:
2479 goto retry;
2898 retry:
2932 goto retry;
[all...]
/freebsd-10.0-release/sys/dev/advansys/
H A Dadvlib.c533 int retry; local
535 retry = 0;
540 if (++retry > ADV_EEPROM_MAX_RETRY) {
544 return (retry > ADV_EEPROM_MAX_RETRY);
1360 int retry; local
1362 retry = 0;
1370 if (retry++ > ADV_EEPROM_MAX_RETRY) {
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c542 int ret, retry; local
587 retry = 0;
662 if (ret != -ENOSPC || retry > 1)
668 ret = i915_gem_evict_everything(ring->dev, retry == 0);
672 retry++;
/freebsd-10.0-release/sys/dev/mfi/
H A Dmfi_tbolt.c155 int retry = 0, i = 0; local
172 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%d, "
173 "hostdiag=%#x\n", retry, HostDiag);
175 if (retry++ >= 100)
191 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%d, "
192 "hostdiag=%#x\n", retry, HostDiag);
194 if (retry++ >= 1000)
/freebsd-10.0-release/sys/i386/i386/
H A Dpmap.c1386 retry:
1393 goto retry;
1406 goto retry;
1833 * Indicate the need to retry. While waiting, the page table
1870 retry:
1899 goto retry;
2396 retry:
2434 goto retry;
3126 retry:
3143 goto retry;
[all...]
/freebsd-10.0-release/sys/nfs/
H A Dbootp_subr.c587 int retry; local
886 /* Force a retry if halfway in DHCP negotiation */
887 retry = 0;
891 retry = 1;
896 if (retry != 0)
1620 retry:
1670 goto retry;
/freebsd-10.0-release/sys/vm/
H A Dvm_object.c597 retry:
605 goto retry;
616 goto retry;
1334 retry:
1354 goto retry;
1364 goto retry;
/freebsd-10.0-release/sys/i386/xen/
H A Dpmap.c1138 retry:
1145 goto retry;
1158 goto retry;
1572 * Indicate the need to retry. While waiting, the page table
1612 retry:
1648 goto retry;
2176 retry:
2214 goto retry;
2589 retry:
2617 goto retry;
[all...]
/freebsd-10.0-release/contrib/amd/libamu/
H A Dmount_fs.c162 mount_fs(mntent_t *mnt, int flags, caddr_t mnt_data, int retry, MTYPE_TYPE type, u_long nfs_version, const char *nfs_proto, const char *mnttabname, int on_autofs) argument
213 if (error < 0 && --retry > 0) {
/freebsd-10.0-release/contrib/dialog/
H A Dcalendar.c485 retry:
600 goto retry;
H A Dchecklist.c237 retry:
566 goto retry;
H A Deditbox.c368 retry:
682 goto retry;
H A Dmenubox.c360 retry:
714 goto retry;
H A Dtreeview.c249 retry:
540 goto retry;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Df-exp.y935 retry:
977 goto retry;
H A Dm2-exp.y830 retry:
854 goto retry;
H A Dremote-sds.c887 because of timeout. Then we'll count that as a retry. */
906 goto retry;
970 retry:
/freebsd-10.0-release/contrib/less/
H A Dline.c790 retry:
822 goto retry;
/freebsd-10.0-release/contrib/nvi/common/
H A Dkey.c555 retry: istimeout = remap_cnt = 0;
651 * If get a partial match, get more characters and retry the map.
705 goto retry;
H A Dline.c156 retry:
175 goto retry;
/freebsd-10.0-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c626 retry:
690 goto retry;
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_sig.c428 retry:
436 goto retry;

Completed in 332 milliseconds

1234567891011>>