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()312 sr->t = REQ_TYPE_SYNC; in handle_request()372 if (resp->t != REQ_TYPE_SYNC) { in handle_sync_response()460 rb->t = REQ_TYPE_SYNC; in handle_sync_response()589 req->t = REQ_TYPE_SYNC; in request_sync()616 if (resp->t != REQ_TYPE_SYNC) { in request_sync()
24 REQ_TYPE_SYNC /**< ask secondary to synchronize its memory map */ enumerator