Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance
317 struct rxrpc_peer { struct319 refcount_t ref;320 unsigned long hash_key;321 struct hlist_node hash_link;322 struct rxrpc_local *local;327 seqlock_t service_conn_lock;328 spinlock_t lock; /* access lock */333 int debug_id; /* debug ID for printks */343 u32 mdev_us; /* medium deviation */345 u32 rttvar_us; /* smoothed mdev_max */[all …]
Completed in 12 milliseconds