Searched refs:unprobed (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/afs/
H A Dvl_probe.c154 unsigned long unprobed; local
171 unprobed = (1UL << alist->nr_addrs) - 1;
172 while (unprobed) {
176 if (test_bit(i, &unprobed) &&
182 __clear_bit(index, &unprobed);
202 * Send off probes to all unprobed servers.
H A Dfs_probe.c243 unsigned long unprobed; local
276 unprobed = (1UL << alist->nr_addrs) - 1;
277 while (unprobed) {
282 if (test_bit(i, &unprobed) &&
288 __clear_bit(index, &unprobed);

Completed in 735 milliseconds