Searched refs:check_is_responsed (Results 1 – 1 of 1) sorted by relevance
248 static bool check_is_responsed(struct vpu_inst *inst, unsigned long key) in check_is_responsed() function282 wait_event_timeout(core->ack_wq, check_is_responsed(inst, key), timeout); in sync_session_response()285 if (!check_is_responsed(inst, key)) { in sync_session_response()
Completed in 5 milliseconds