Searched refs:why (Results 1 – 5 of 5) sorted by relevance
/net/rxrpc/ |
D | call_event.c | 27 void __rxrpc_set_timer(struct rxrpc_call *call, enum rxrpc_timer_trace why, in __rxrpc_set_timer() argument 37 trace_rxrpc_timer(call, why, now, now_j); in __rxrpc_set_timer() 78 trace_rxrpc_timer(call, why, now, now_j); in __rxrpc_set_timer() 90 void rxrpc_set_timer(struct rxrpc_call *call, enum rxrpc_timer_trace why, in rxrpc_set_timer() argument 94 __rxrpc_set_timer(call, why, now); in rxrpc_set_timer() 125 enum rxrpc_propose_ack_trace why) in __rxrpc_propose_ACK() argument 202 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK() 211 enum rxrpc_propose_ack_trace why) in rxrpc_propose_ACK() argument 215 immediate, background, why); in rxrpc_propose_ACK()
|
D | peer_event.c | 313 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument 346 trace_rxrpc_rtt_rx(call, why, send_serial, resp_serial, rtt, in rxrpc_peer_add_rtt()
|
D | sendmsg.c | 597 u32 abort_code, int error, const char *why) in rxrpc_kernel_abort_call() argument 599 _enter("{%d},%d,%d,%s", call->debug_id, abort_code, error, why); in rxrpc_kernel_abort_call() 603 if (rxrpc_abort_call(why, call, 0, abort_code, error)) in rxrpc_kernel_abort_call()
|
D | ar-internal.h | 913 static inline bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call() argument 917 trace_rxrpc_abort(why, call->cid, call->call_id, seq, in __rxrpc_abort_call() 923 static inline bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call() argument 929 ret = __rxrpc_abort_call(why, call, seq, abort_code, error); in rxrpc_abort_call()
|
D | input.c | 30 static void rxrpc_proto_abort(const char *why, in rxrpc_proto_abort() argument 33 if (rxrpc_abort_call(why, call, seq, RX_PROTOCOL_ERROR, EBADMSG)) { in rxrpc_proto_abort()
|