Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c748 struct rtrs_clt_path *(*next_path)(struct path_it *it); member
907 it->next_path = get_next_path_rr; in path_it_init()
909 it->next_path = get_next_path_min_inflight; in path_it_init()
911 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()
3008 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_request()
3051 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_rdma_cq_direct()
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.c11226 char *next_path; in resolve_full_path() local
11231 next_path = strchr(s, ':'); in resolve_full_path()
11232 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()