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

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

Completed in 139 milliseconds