Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c150 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 …]
Dlib-move.c874 LASSERT(msg->msg_rx_committed); in lnet_msg2bufpool()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h70 unsigned int msg_rx_committed:1; member