Searched refs:RXRPC_CALL_EV_EXPIRED (Results 1 – 2 of 2) sorted by relevance
323 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()330 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()336 set_bit(RXRPC_CALL_EV_EXPIRED, &call->events); in rxrpc_process_call()377 if (test_and_clear_bit(RXRPC_CALL_EV_EXPIRED, &call->events)) { in rxrpc_process_call()
507 RXRPC_CALL_EV_EXPIRED, /* Expiry occurred */ enumerator