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