Home
last modified time | relevance | path

Searched refs:nbd_client_will_reconnect (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dnbd.c263 static bool nbd_client_will_reconnect(BDRVNBDState *s) in nbd_client_will_reconnect() function
1238 } while (ret < 0 && nbd_client_will_reconnect(s)); in nbd_co_request()
1296 } while (ret < 0 && nbd_client_will_reconnect(s)); in nbd_client_co_preadv()
1460 } while (ret < 0 && nbd_client_will_reconnect(s)); in nbd_client_co_block_status()