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