Searched refs:restarts (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_ramfs.c234 int restarts = 0; local
246 if (err_no(msgerr) == FS_ERR_INVALID_FH && !restarts++) {
271 int restarts = 0; local
282 if (err_no(msgerr) == FS_ERR_INVALID_FH && !restarts++) {
328 int restarts = 0; local
338 if (err_no(msgerr) == FS_ERR_INVALID_FH && !restarts++) {
399 int restarts = 0; local
409 if (err_no(msgerr) == FS_ERR_INVALID_FH && !restarts++) {
440 int restarts = 0; local
451 if (err_no(msgerr) == FS_ERR_INVALID_FH && !restarts
479 int restarts = 0; local
586 int restarts = 0; local
[all...]
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hub.h191 uint8_t restarts; ///< the number of restarts on this hub member in struct:usb_hub_port
199 /// the maximum number of restarts of a USB hub port
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c415 port->restarts = 0;
562 if (port->restarts == USB_HUB_MAX_RESTARTS) {
563 USB_DEBUG("WARNING: too many restarts on port %"PRIu32".\n ", i);
566 port->restarts++;
602 port->restarts = 0;
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_hub.h192 uint8_t restarts; ///< the number of restarts on this hub member in struct:usb_hub_port
200 /// the maximum number of restarts of a USB hub port
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex213 This {\em exit\_block/1} operation aborts the transaction and restarts it.
221 written in such a way that they can cope with restarts.
252 be deleted before the transaction restarts. It is important that
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex900 search restarts. In theory the search is complete, as eventually the
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextfd.tex240 the search restarts from the beginning.
H A Dobsman.tex345 the search restarts from the beginning.
/barrelfish-2018-10-04/usr/eclipseclp/documents/search/
H A Dsearch.tex802 search restarts. In theory the search is complete, as eventually the
/barrelfish-2018-10-04/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex2514 Then the algorithm restarts, fixing conflicts as before.

Completed in 166 milliseconds