Searched refs:first_set (Results 1 – 3 of 3) sorted by relevance
371 struct mlxsw_afa_set *first_set; member417 if (!block->first_set) in mlxsw_afa_block_create()427 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()428 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()430 block->cur_set = block->first_set; in mlxsw_afa_block_create()436 mlxsw_afa_set_destroy(block->first_set); in mlxsw_afa_block_create()445 struct mlxsw_afa_set *set = block->first_set; in mlxsw_afa_block_destroy()487 block->first_set = set; in mlxsw_afa_block_commit()494 return block->first_set->ht_key.enc_actions; in mlxsw_afa_block_first_set()509 if (WARN_ON(!block->first_set->next)) in mlxsw_afa_block_first_kvdl_index()[all …]
418 bool first_set = false; in jbd2_journal_shrink_checkpoint_list() local438 if (!first_set) { in jbd2_journal_shrink_checkpoint_list()440 first_set = true; in jbd2_journal_shrink_checkpoint_list()
474 def verify(first_set, second_set, message): argument482 diff = first_set.symmetric_difference(second_set)