ar-internal.h (a25e21f0bcd25673b91b97b9805db33350feec0f) ar-internal.h (1bae5d229532b4e8dfd5728cb3b8373bc9eec9eb)
1/* AF_RXRPC internal definitions
2 *
3 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version

--- 764 unchanged lines hidden (view full) ---

773 u32 abort_code,
774 int error)
775{
776 if (call->state < RXRPC_CALL_COMPLETE) {
777 call->abort_code = abort_code;
778 call->error = error;
779 call->completion = compl,
780 call->state = RXRPC_CALL_COMPLETE;
1/* AF_RXRPC internal definitions
2 *
3 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version

--- 764 unchanged lines hidden (view full) ---

773 u32 abort_code,
774 int error)
775{
776 if (call->state < RXRPC_CALL_COMPLETE) {
777 call->abort_code = abort_code;
778 call->error = error;
779 call->completion = compl,
780 call->state = RXRPC_CALL_COMPLETE;
781 trace_rxrpc_call_complete(call);
781 wake_up(&call->waitq);
782 return true;
783 }
784 return false;
785}
786
787static inline bool rxrpc_set_call_completion(struct rxrpc_call *call,
788 enum rxrpc_call_completion compl,

--- 487 unchanged lines hidden ---
782 wake_up(&call->waitq);
783 return true;
784 }
785 return false;
786}
787
788static inline bool rxrpc_set_call_completion(struct rxrpc_call *call,
789 enum rxrpc_call_completion compl,

--- 487 unchanged lines hidden ---