Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Drouting.c550 struct batadv_orig_ifinfo *next_candidate = NULL; in batadv_find_router() local
570 * the last chosen bonding candidate (next_candidate). If no such in batadv_find_router()
620 next_candidate = cand; in batadv_find_router()
642 if (next_candidate) { in batadv_find_router()
647 batadv_last_bonding_replace(orig_node, next_candidate); in batadv_find_router()
664 if (next_candidate) { in batadv_find_router()
666 batadv_orig_ifinfo_put(next_candidate); in batadv_find_router()
/kernel/linux/linux-6.6/net/batman-adv/
H A Drouting.c532 struct batadv_orig_ifinfo *next_candidate = NULL; in batadv_find_router() local
552 * the last chosen bonding candidate (next_candidate). If no such in batadv_find_router()
602 next_candidate = cand; in batadv_find_router()
624 if (next_candidate) { in batadv_find_router()
629 batadv_last_bonding_replace(orig_node, next_candidate); in batadv_find_router()
646 if (next_candidate) { in batadv_find_router()
648 batadv_orig_ifinfo_put(next_candidate); in batadv_find_router()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c3393 goto next_candidate;
3399 goto next_candidate;
3412 goto next_candidate;
3418 goto next_candidate;
3428 goto next_candidate;
3444 goto next_candidate;
3449 next_candidate:
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c3409 goto next_candidate;
3415 goto next_candidate;
3421 goto next_candidate;
3431 goto next_candidate;
3447 goto next_candidate;
3452 next_candidate:

Completed in 18 milliseconds