Searched refs:TB_CFG_REQUEST_ACTIVE (Results 1 – 2 of 2) sorted by relevance
134 WARN_ON(test_bit(TB_CFG_REQUEST_ACTIVE, &req->flags)); in tb_cfg_request_enqueue()144 set_bit(TB_CFG_REQUEST_ACTIVE, &req->flags); in tb_cfg_request_enqueue()154 if (!test_bit(TB_CFG_REQUEST_ACTIVE, &req->flags)) { in tb_cfg_request_dequeue()160 clear_bit(TB_CFG_REQUEST_ACTIVE, &req->flags); in tb_cfg_request_dequeue()168 return test_bit(TB_CFG_REQUEST_ACTIVE, &req->flags); in tb_cfg_request_is_active()
97 #define TB_CFG_REQUEST_ACTIVE 0 macro
Completed in 6 milliseconds