Searched refs:REQ_TYPE_SYNC (Results 1 – 2 of 2) sorted by relevance
156 if (req->t != REQ_TYPE_SYNC) { in handle_sync()169 resp->t = REQ_TYPE_SYNC; in handle_sync()368 sr->t = REQ_TYPE_SYNC; in handle_request()428 if (resp->t != REQ_TYPE_SYNC) { in handle_sync_response()516 rb->t = REQ_TYPE_SYNC; in handle_sync_response()645 req->t = REQ_TYPE_SYNC; in request_sync()672 if (resp->t != REQ_TYPE_SYNC) { in request_sync()
22 REQ_TYPE_SYNC /**< ask secondary to synchronize its memory map */ enumerator