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