TF_ONE_WAY
BUG_ON(t->flags & TF_ONE_WAY);
if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) {
if ((t1->flags & t2->flags & (TF_ONE_WAY | TF_UPDATE_TXN)) !=
(TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc)
bool oneway = !!(t->flags & TF_ONE_WAY);
e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY);
t->is_async = !reply && (tr->flags & TF_ONE_WAY);
if (!reply && !(tr->flags & TF_ONE_WAY))
if (!(tr->flags & TF_ONE_WAY) && w &&
if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) {
!reply && (t->flags & TF_ONE_WAY));
} else if (!(t->flags & TF_ONE_WAY)) {
(tr->flags & TF_ONE_WAY ? "async" : "call"),
!(t->flags & TF_ONE_WAY))
else if (!(t->flags & TF_ONE_WAY) ||
bool oneway = !!(t->flags & TF_ONE_WAY);
if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) {