Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c371 struct mlxsw_afa_set *first_set; member
417 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 …]
/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c418 bool first_set = false; in jbd2_journal_shrink_checkpoint_list() local
438 if (!first_set) { in jbd2_journal_shrink_checkpoint_list()
440 first_set = true; in jbd2_journal_shrink_checkpoint_list()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py474 def verify(first_set, second_set, message): argument
482 diff = first_set.symmetric_difference(second_set)