Searched refs:next_path (Results 1 – 2 of 2) sorted by relevance
747 struct rtrs_clt_path *(*next_path)(struct path_it *it); member911 it->next_path = get_next_path_rr; in path_it_init()913 it->next_path = get_next_path_min_inflight; in path_it_init()915 it->next_path = get_next_path_min_latency; in path_it_init()1292 (alive_path = it.next_path(&it)) && it.i < it.clt->paths_num; in rtrs_clt_failover_req()3015 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_request()3058 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_rdma_cq_direct()
11915 char *next_path; in resolve_full_path() local11920 next_path = strchr(s, ':'); in resolve_full_path()11921 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()