HomeSort by relevance Sort by last modified time
    Searched full:is_send_done (Results 1 - 1 of 1) sorted by null

  /external/blktrace/btreplay/
btreplay.c 264 * 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)) {
    [all...]

Completed in 671 milliseconds