Searched refs:msg_rx_committed (Results 1 – 3 of 3) sorted by relevance
150 if (msg->msg_rx_committed) { /* routed message REPLY */ in lnet_msg_commit()157 msg->msg_rx_committed = 1; in lnet_msg_commit()183 LASSERT(msg->msg_rx_committed); in lnet_msg_decommit_tx()192 LASSERT(!msg->msg_rx_committed); in lnet_msg_decommit_tx()199 LASSERT(!msg->msg_rx_committed); in lnet_msg_decommit_tx()205 LASSERT(msg->msg_rx_committed); in lnet_msg_decommit_tx()226 LASSERT(msg->msg_rx_committed); in lnet_msg_decommit_rx()270 msg->msg_rx_committed = 0; in lnet_msg_decommit_rx()278 LASSERT(msg->msg_tx_committed || msg->msg_rx_committed); in lnet_msg_decommit()286 if (msg->msg_rx_committed) { in lnet_msg_decommit()[all …]
877 LASSERT(msg->msg_rx_committed); in lnet_msg2bufpool()
188 unsigned int msg_rx_committed:1; member