Lines Matching refs:events
28 !test_and_set_bit(RXRPC_CALL_EV_PING, &call->events)) in rxrpc_propose_ping()
104 if (test_bit(RXRPC_CALL_EV_ACK, &call->events)) { in __rxrpc_propose_ACK()
107 _debug("immediate ACK %lx", call->events); in __rxrpc_propose_ACK()
108 if (!test_and_set_bit(RXRPC_CALL_EV_ACK, &call->events) && in __rxrpc_propose_ACK()
299 call->debug_id, rxrpc_call_states[call->state], call->events); in rxrpc_process_call()
307 if (test_and_clear_bit(RXRPC_CALL_EV_ABORT, &call->events)) { in rxrpc_process_call()
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()
343 set_bit(RXRPC_CALL_EV_ACK, &call->events); in rxrpc_process_call()
350 set_bit(RXRPC_CALL_EV_ACK_LOST, &call->events); in rxrpc_process_call()
359 set_bit(RXRPC_CALL_EV_PING, &call->events); in rxrpc_process_call()
366 set_bit(RXRPC_CALL_EV_PING, &call->events); in rxrpc_process_call()
373 set_bit(RXRPC_CALL_EV_RESEND, &call->events); in rxrpc_process_call()
377 if (test_and_clear_bit(RXRPC_CALL_EV_EXPIRED, &call->events)) { in rxrpc_process_call()
385 set_bit(RXRPC_CALL_EV_ABORT, &call->events); in rxrpc_process_call()
390 if (test_and_clear_bit(RXRPC_CALL_EV_ACK_LOST, &call->events)) { in rxrpc_process_call()
397 if (test_and_clear_bit(RXRPC_CALL_EV_ACK, &call->events) || in rxrpc_process_call()
405 if (test_and_clear_bit(RXRPC_CALL_EV_PING, &call->events)) { in rxrpc_process_call()
410 if (test_and_clear_bit(RXRPC_CALL_EV_RESEND, &call->events) && in rxrpc_process_call()
436 if (call->events && call->state < RXRPC_CALL_COMPLETE) in rxrpc_process_call()