Home
last modified time | relevance | path

Searched refs:msg_tx_committed (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c143 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()
Dlib-move.c796 LASSERT(msg->msg_tx_committed); in lnet_post_send_locked()
1204 LASSERT(!msg->msg_tx_committed); in lnet_send()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h184 unsigned int msg_tx_committed:1; member