Searched refs:RXRPC_CALL_EV_EXPIRED (Results 1 – 2 of 2) sorted by relevance
322 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()329 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()335 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()376 if (test_and_clear_bit(RXRPC_CALL_EV_EXPIRED, &call->events)) { in rxrpc_process_call()
495 RXRPC_CALL_EV_EXPIRED, /* Expiry occurred */ enumerator