Home
last modified time | relevance | path

Searched refs:rxrpc_debug_id (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/net/
Daf_rxrpc.h22 extern atomic_t rxrpc_debug_id;
/Linux-v5.4/net/rxrpc/
Daf_rxrpc.c38 atomic_t rxrpc_debug_id; variable
39 EXPORT_SYMBOL(rxrpc_debug_id);
Dlocal_object.c93 local->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_local()
Dpeer_object.c225 peer->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_peer()
Dconn_object.c53 conn->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_connection()
Dcall_accept.c176 atomic_inc_return(&rxrpc_debug_id)) == 0) in rxrpc_service_prealloc()
Dsendmsg.c596 atomic_inc_return(&rxrpc_debug_id)); in rxrpc_new_client_call_for_sendmsg()
/Linux-v5.4/fs/afs/
Drxrpc.c150 call->debug_id = atomic_inc_return(&rxrpc_debug_id); in afs_alloc_call()
/Linux-v5.4/Documentation/networking/
Drxrpc.txt834 obtained by atomically incrementing rxrpc_debug_id.