Home
last modified time | relevance | path

Searched refs:next_path (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c747 struct rtrs_clt_path *(*next_path)(struct path_it *it); member
911 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()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c12067 char *next_path; in resolve_full_path() local
12072 next_path = strchr(s, ':'); in resolve_full_path()
12073 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()