Searched refs:msg_tx_committed (Results 1 – 3 of 3) sorted by relevance
143 LASSERT(!msg->msg_tx_committed); in lnet_msg_commit()149 msg->msg_tx_committed = 1; in lnet_msg_commit()175 LASSERT(msg->msg_tx_committed); in lnet_msg_decommit_tx()216 msg->msg_tx_committed = 0; in lnet_msg_decommit_tx()225 LASSERT(!msg->msg_tx_committed); /* decommitted or never committed */ in lnet_msg_decommit_rx()278 LASSERT(msg->msg_tx_committed || msg->msg_rx_committed); in lnet_msg_decommit()281 if (msg->msg_tx_committed) { /* always decommit for sending first */ in lnet_msg_decommit()476 if (!msg->msg_tx_committed && !msg->msg_rx_committed) { in lnet_finalize()488 cpt = msg->msg_tx_committed ? msg->msg_tx_cpt : msg->msg_rx_cpt; in lnet_finalize()
796 LASSERT(msg->msg_tx_committed); in lnet_post_send_locked()1204 LASSERT(!msg->msg_tx_committed); in lnet_send()
184 unsigned int msg_tx_committed:1; member