Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c749 struct rtrs_clt_path *(*next_path)(struct path_it *it); member
908 it->next_path = get_next_path_rr; in path_it_init()
910 it->next_path = get_next_path_min_inflight; in path_it_init()
912 it->next_path = get_next_path_min_latency; in path_it_init()
1293 (alive_path = it.next_path(&it)) && it.i < it.clt->paths_num; in rtrs_clt_failover_req()
3014 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_request()
3057 (clt_path = it.next_path(&it)) && it.i < it.clt->paths_num; it.i++) { in rtrs_clt_rdma_cq_direct()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c11236 char *next_path; in resolve_full_path() local
11241 next_path = strchr(s, ':'); in resolve_full_path()
11242 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()