Searched defs:afs_vlserver (Results 1 – 1 of 1) sorted by relevance
438 struct afs_vlserver { struct439 struct rcu_head rcu;440 struct afs_addr_list __rcu *addresses; /* List of addresses for this VL server */441 unsigned long flags;446 rwlock_t lock; /* Lock on addresses */447 refcount_t ref;448 unsigned int rtt; /* Server's current RTT in uS */449 unsigned int debug_id;475 struct afs_vlserver_entry { argument480 struct afs_vlserver *server; argument