Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/virt/acrn/
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()
/linux-6.1.9/kernel/
Dworkqueue.c4731 bool has_in_flight = false, has_pending = false; in show_pwq() local
4768 has_pending = true; in show_pwq()
4772 if (has_pending) { in show_pwq()