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

/external/blktrace/btreplay/
H A Dbtreplay.c89 * @send_wait: Boolean: When true, the sub thread is waiting on free 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;
1073 if (tip->send_wait) {
1074 tip->send_wait = 0;
1157 tip->send_wait = 1;

Completed in 919 milliseconds