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

/external/blktrace/btreplay/
H A Dbtreplay.c264 * is_send_done - Returns true if sender should quit early
267 static inline int is_send_done(struct thr_info *tip) function
1156 while (!is_send_done(tip) && ((nfree = tip->naios_free) == 0)) {
1186 while (!is_send_done(tip) && tclock < oclock) {
1258 while (!is_send_done(tip) && (i < bunch->hdr.npkts)) {
1338 while (!is_send_done(tip) && tip->iterations--) {
1342 while (!is_send_done(tip) && next_bunch(tip, &bunch))

Completed in 130 milliseconds