Searched refs:RXRPC_CALL_EV_EXPIRED (Results 1 – 2 of 2) sorted by relevance
338 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()345 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()351 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()392 if (test_and_clear_bit(RXRPC_CALL_EV_EXPIRED, &call->events)) { in rxrpc_process_call()
502 RXRPC_CALL_EV_EXPIRED, /* Expiry occurred */ enumerator