Searched defs:afs_endpoint_state (Results 1 – 1 of 1) sorted by relevance
529 struct afs_endpoint_state { struct530 struct rcu_head rcu;531 struct afs_addr_list *addresses; /* The addresses being probed */532 unsigned long responsive_set; /* Bitset of responsive endpoints */533 unsigned long failed_set; /* Bitset of endpoints we failed to probe */534 refcount_t ref;535 unsigned int server_id; /* Debug ID of server */536 unsigned int probe_seq; /* Probe sequence (from server::probe_counter) */537 atomic_t nr_probing; /* Number of outstanding probes */538 unsigned int rtt; /* Best RTT in uS (or UINT_MAX) */[all …]