Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c748 struct rtrs_clt_path *(*next_path)(struct path_it *it); member
912 it->next_path = get_next_path_rr; in path_it_init()
914 it->next_path = get_next_path_min_inflight; in path_it_init()
916 it->next_path = get_next_path_min_latency; in path_it_init()
1297 (alive_path = it.next_path(&it)) && it.i < it.clt->paths_num; in rtrs_clt_failover_req()
3012 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_request()
3055 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_rdma_cq_direct()
/linux/tools/lib/bpf/
H A Dlibbpf.c11905 char *next_path; in resolve_full_path() local
11910 next_path = strchr(s, ':'); in resolve_full_path()
11911 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()