Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/kernel/
Dworkqueue.c6207 bool has_in_flight = false, has_pending = false; in show_pwq() local
6244 has_pending = true; in show_pwq()
6248 if (has_pending) { in show_pwq()