Home
last modified time | relevance | path

Searched refs:probe_seq (Results 1 – 5 of 5) sorted by relevance

/linux/fs/afs/
H A Dfs_probe.c25 trace_afs_estate(estate->server_id, estate->probe_seq, r, where); in afs_get_endpoint_state()
34 trace_afs_estate(estate->server_id, estate->probe_seq, refcount_read(&estate->ref), in afs_endpoint_state_rcu()
43 unsigned int server_id = estate->server_id, probe_seq = estate->probe_seq; in afs_put_endpoint_state() local
48 trace_afs_estate(server_id, probe_seq, r, where); in afs_put_endpoint_state()
227 estate->probe_seq, &server->uuid, index, in afs_fileserver_probe_result()
270 estate->probe_seq = ++server->probe_counter; in afs_fs_probe_fileserver()
280 trace_afs_estate(estate->server_id, estate->probe_seq, refcount_read(&estate->ref), in afs_fs_probe_fileserver()
H A Drotate.c66 s->probe_seq = estate->probe_seq; in afs_start_fs_iteration()
600 _debug("iterate ES=%x rs=%lx fs=%lx", op->estate->probe_seq, set, failed); in afs_select_fileserver()
738 e->probe_seq, e->responsive_set, e->failed_set); in afs_dump_edestaddrreq()
H A Dproc.c462 estate->probe_seq, atomic_read(&estate->nr_probing), in afs_proc_servers_show()
H A Dinternal.h518 unsigned int probe_seq; /* Probe sequence (from server::probe_counter) */ member
820 unsigned int probe_seq; member
/linux/include/trace/events/
H A Dafs.h1681 __entry->estate = estate->probe_seq;