Home
last modified time | relevance | path

Searched refs:probe_seq (Results 1 – 6 of 6) 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()
263 estate->probe_seq = ++server->probe_counter; in afs_fs_probe_fileserver()
270 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 Dserver.c231 estate->probe_seq = 1; in afs_alloc_server()
236 trace_afs_estate(estate->server_id, estate->probe_seq, refcount_read(&estate->ref), in afs_alloc_server()
H A Dinternal.h536 unsigned int probe_seq; /* Probe sequence (from server::probe_counter) */ member
831 unsigned int probe_seq; member
H A Dproc.c453 estate->probe_seq, atomic_read(&estate->nr_probing), in afs_proc_servers_show()
/linux/include/trace/events/
H A Dafs.h1493 __entry->estate = estate->probe_seq;