Home
last modified time | relevance | path

Searched defs:afs_endpoint_state (Results 1 – 1 of 1) sorted by relevance

/linux/fs/afs/
H A Dinternal.h513 struct afs_endpoint_state { struct
514 struct rcu_head rcu;
515 struct afs_addr_list *addresses; /* The addresses being probed */
516 unsigned long responsive_set; /* Bitset of responsive endpoints */
517 unsigned long failed_set; /* Bitset of endpoints we failed to probe */
518 refcount_t ref;
519 unsigned int server_id; /* Debug ID of server */
520 unsigned int probe_seq; /* Probe sequence (from server::probe_counter) */
521 atomic_t nr_probing; /* Number of outstanding probes */
522 unsigned int rtt; /* Best RTT in uS (or UINT_MAX) */
[all …]