Searched refs:fs_probe_slow (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/afs/
H A Dinternal.h321 struct list_head fs_probe_slow; /* List of afs_server to probe at 5m intervals */ member in struct:afs_net
H A Dmain.c90 INIT_LIST_HEAD(&net->fs_probe_slow);
H A Dfs_probe.c84 list_add_tail(&server->probe_link, &net->fs_probe_slow);
421 if (list_empty(&net->fs_probe_fast) && list_empty(&net->fs_probe_slow)) {
444 if (!list_empty(&net->fs_probe_slow)) {
445 slow = list_first_entry(&net->fs_probe_slow, struct afs_server, probe_link);

Completed in 180 milliseconds