Searched refs:RXRPC_CALL_RELEASED (Results 1 – 3 of 3) sorted by relevance
543 if (test_and_set_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_release_call()692 ASSERT(test_bit(RXRPC_CALL_RELEASED, &call->flags)); in rxrpc_cleanup_call()
571 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_recvmsg()
471 RXRPC_CALL_RELEASED, /* call has been released - no more message to userspace */ enumerator