Searched refs:fs_probe_slow (Results 1 – 3 of 3) sorted by relevance
84 list_add_tail(&server->probe_link, &net->fs_probe_slow); in afs_finished_fs_probe()421 if (list_empty(&net->fs_probe_fast) && list_empty(&net->fs_probe_slow)) { in afs_fs_probe_dispatcher()444 if (!list_empty(&net->fs_probe_slow)) { in afs_fs_probe_dispatcher()445 slow = list_first_entry(&net->fs_probe_slow, struct afs_server, probe_link); in afs_fs_probe_dispatcher()
90 INIT_LIST_HEAD(&net->fs_probe_slow); in afs_net_init()
307 struct list_head fs_probe_slow; /* List of afs_server to probe at 5m intervals */ member