Searched defs:afs_vlserver (Results 1 – 1 of 1) sorted by relevance
404 struct afs_vlserver { struct405 struct rcu_head rcu;406 struct afs_addr_list __rcu *addresses; /* List of addresses for this VL server */407 unsigned long flags;412 rwlock_t lock; /* Lock on addresses */413 refcount_t ref;414 unsigned int rtt; /* Server's current RTT in uS */439 struct afs_vlserver_entry { argument444 struct afs_vlserver *server; argument
Completed in 13 milliseconds