Searched refs:mp_skip_entry (Results 1 – 2 of 2) sorted by relevance
832 if (!list_empty(raw_cpu_ptr(clt_path->mp_skip_entry))) in get_next_path_min_inflight()848 list_add(raw_cpu_ptr(min_path->mp_skip_entry), &it->skip_list); in get_next_path_min_inflight()883 if (!list_empty(raw_cpu_ptr(clt_path->mp_skip_entry))) in get_next_path_min_latency()899 list_add(raw_cpu_ptr(min_path->mp_skip_entry), &it->skip_list); in get_next_path_min_latency()1580 clt_path->mp_skip_entry = alloc_percpu(typeof(*clt_path->mp_skip_entry)); in alloc_path()1581 if (!clt_path->mp_skip_entry) in alloc_path()1585 INIT_LIST_HEAD(per_cpu_ptr(clt_path->mp_skip_entry, cpu)); in alloc_path()1594 free_percpu(clt_path->mp_skip_entry); in alloc_path()1607 free_percpu(clt_path->mp_skip_entry); in free_path()
153 *mp_skip_entry; member