Searched refs:RXRPC_CALL_ACCEPTED (Results 1 – 3 of 3) sorted by relevance
382 if (test_and_set_bit(RXRPC_CALL_ACCEPTED, &call->events)) in rxrpc_accept_call()
341 #define RXRPC_CALL_ACCEPTED 13 /* incoming call accepted by userspace app */ macro
1141 if (test_and_clear_bit(RXRPC_CALL_ACCEPTED, &call->events)) { in rxrpc_process_call()