Searched refs:has_pending (Results 1 – 3 of 3) sorted by relevance
215 bool has_pending = false; in acrn_ioreq_request_clear() local232 has_pending = has_pending_request(client); in acrn_ioreq_request_clear()233 if (has_pending) in acrn_ioreq_request_clear()238 if (has_pending) in acrn_ioreq_request_clear()240 } while (has_pending && --retry > 0); in acrn_ioreq_request_clear()
51 static void set_pending_state(HvSynDbg *syndbg, bool has_pending) in set_pending_state() argument56 syndbg->has_data_pending = has_pending; in set_pending_state()65 *(uint8_t *)out_data = !!has_pending; in set_pending_state()
5158 bool has_in_flight = false, has_pending = false; in show_pwq() local5196 has_pending = true; in show_pwq()5200 if (has_pending) { in show_pwq()