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

/external/blktrace/btreplay/
H A Dbtreplay.c90 * @reap_wait: Boolean: When true, the rec thread is waiting on used IOCBs
109 volatile int send_wait, reap_wait, send_done, reap_done; member in struct:thr_info
773 tip->send_wait = tip->reap_wait = 0;
1013 tip->reap_wait = 1;
1282 if (tip->reap_wait) {
1283 tip->reap_wait = 0;

Completed in 77 milliseconds