Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.h154 *mp_skip_entry; member
H A Drtrs-clt.c829 if (!list_empty(raw_cpu_ptr(clt_path->mp_skip_entry))) in get_next_path_min_inflight()
845 list_add(raw_cpu_ptr(min_path->mp_skip_entry), &it->skip_list); in get_next_path_min_inflight()
880 if (!list_empty(raw_cpu_ptr(clt_path->mp_skip_entry))) in get_next_path_min_latency()
896 list_add(raw_cpu_ptr(min_path->mp_skip_entry), &it->skip_list); in get_next_path_min_latency()
1579 clt_path->mp_skip_entry = alloc_percpu(typeof(*clt_path->mp_skip_entry)); in alloc_path()
1580 if (!clt_path->mp_skip_entry) in alloc_path()
1584 INIT_LIST_HEAD(per_cpu_ptr(clt_path->mp_skip_entry, cpu)); in alloc_path()
1593 free_percpu(clt_path->mp_skip_entry); in alloc_path()
1606 free_percpu(clt_path->mp_skip_entry); in free_path()