Searched refs:try_forwarding (Results 1 – 1 of 1) sorted by relevance
1199 bool try_forwarding = false; in handle_operations_impl() local1204 case reg_succ: internal_reg_succ(tmp); try_forwarding = true; break; in handle_operations_impl()1208 case rel_res: internal_release(tmp); try_forwarding = true; break; in handle_operations_impl()1209 case con_res: internal_consume(tmp); try_forwarding = true; break; in handle_operations_impl()1210 case put_item: try_forwarding = internal_push(tmp); break; in handle_operations_impl()1217 if (try_forwarding && !forwarder_busy) { in handle_operations_impl()