Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c695 struct list_head *next_list, in mlx5_fc_pool_acquire_from_list() argument
707 list_move(&bulk->pool_list, next_list); in mlx5_fc_pool_acquire_from_list()
/linux-6.12.1/tools/perf/util/
Dcallchain.c1030 struct callchain_list *list, *next_list; in merge_chain_branch() local
1035 list_for_each_entry_safe(list, next_list, &src->val, list) { in merge_chain_branch()