Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dctl.c141 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active() function
550 wait_event(tb_cfg_request_cancel_queue, !tb_cfg_request_is_active(req)); in tb_cfg_request_cancel()