Searched refs:RXRPC_CALL_RELEASE (Results 1 – 5 of 5) sorted by relevance
/net/rxrpc/ |
D | ar-accept.c | 188 if (!test_bit(RXRPC_CALL_RELEASE, &call->flags) && in rxrpc_accept_incoming_call() 189 !test_and_set_bit(RXRPC_CALL_RELEASE, &call->events)) { in rxrpc_accept_incoming_call() 398 !test_and_set_bit(RXRPC_CALL_RELEASE, &call->events)) in rxrpc_accept_call() 461 !test_and_set_bit(RXRPC_CALL_RELEASE, &call->events)) in rxrpc_reject_call()
|
D | ar-ack.c | 927 if (test_bit(RXRPC_CALL_RELEASE, &call->events)) { in rxrpc_process_call() 929 clear_bit(RXRPC_CALL_RELEASE, &call->events); in rxrpc_process_call() 1160 !test_bit(RXRPC_CALL_RELEASE, &call->events)) { in rxrpc_process_call() 1331 !test_and_set_bit(RXRPC_CALL_RELEASE, &call->events)) in rxrpc_process_call()
|
D | ar-recvmsg.c | 36 !test_and_set_bit(RXRPC_CALL_RELEASE, &call->events)) in rxrpc_remove_user_ID()
|
D | ar-internal.h | 344 #define RXRPC_CALL_RELEASE 16 /* need to release the call's resources */ macro
|
D | ar-call.c | 769 if (!test_and_set_bit(RXRPC_CALL_RELEASE, &call->events)) in rxrpc_mark_call_released()
|