Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dctl.c153 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active() function
569 wait_event(tb_cfg_request_cancel_queue, !tb_cfg_request_is_active(req)); in tb_cfg_request_cancel()