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