Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dchapter-index.c135 u32 next_list; in uds_pack_open_chapter_index_page() local
180 next_list = first_list + list_number--; in uds_pack_open_chapter_index_page()
181 result = uds_start_delta_index_search(delta_index, next_list, 0, in uds_pack_open_chapter_index_page()
/linux/tools/perf/util/
H A Dcallchain.c1039 struct callchain_list *list, *next_list; in merge_chain_branch() local
1044 list_for_each_entry_safe(list, next_list, &src->val, list) { in merge_chain_branch()