Home
last modified time | relevance | path

Searched refs:next_best (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/x25/
H A Daf_x25.c270 * If no cuds match return the next_best thing, an address match.
278 struct sock *next_best; in x25_find_listener() local
281 next_best = NULL; in x25_find_listener()
302 next_best = s; in x25_find_listener()
304 if (next_best) { in x25_find_listener()
305 s = next_best; in x25_find_listener()
/kernel/linux/linux-6.6/net/x25/
H A Daf_x25.c260 * If no cuds match return the next_best thing, an address match.
268 struct sock *next_best; in x25_find_listener() local
271 next_best = NULL; in x25_find_listener()
292 next_best = s; in x25_find_listener()
294 if (next_best) { in x25_find_listener()
295 s = next_best; in x25_find_listener()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c634 int next_best = -1; in dbNextAG() local
668 next_best = agpref; in dbNextAG()
676 if (next_best != -1) in dbNextAG()
677 bmp->db_agpref = next_best; in dbNextAG()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c634 int next_best = -1; in dbNextAG() local
668 next_best = agpref; in dbNextAG()
676 if (next_best != -1) in dbNextAG()
677 bmp->db_agpref = next_best; in dbNextAG()

Completed in 13 milliseconds