Searched refs:RXRPC_CALL_RELEASED (Results 1 – 5 of 5) sorted by relevance
68 WARN_ON_ONCE(__test_and_set_bit(RXRPC_CALL_RELEASED, &call->flags)); in rxrpc_prefail_call()
555 if (test_and_set_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_release_call()708 ASSERT(test_bit(RXRPC_CALL_RELEASED, &call->flags)); in rxrpc_cleanup_call()
377 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_recvmsg()
406 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags)) { in rxrpc_kernel_shutdown_call()
553 RXRPC_CALL_RELEASED, /* call has been released - no more message to userspace */ enumerator