Home
last modified time | relevance | path

Searched refs:has_pending (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/virt/acrn/
H A Dioreq.c215 bool has_pending = false; in acrn_ioreq_request_clear() local
232 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()
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c51 static void set_pending_state(HvSynDbg *syndbg, bool has_pending) in set_pending_state() argument
56 syndbg->has_data_pending = has_pending; in set_pending_state()
65 *(uint8_t *)out_data = !!has_pending; in set_pending_state()
/openbmc/linux/kernel/
H A Dworkqueue.c5158 bool has_in_flight = false, has_pending = false; in show_pwq() local
5196 has_pending = true; in show_pwq()
5200 if (has_pending) { in show_pwq()