Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
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 …]
/linux/fs/btrfs/
A Dsubpage.c825 int first_set; in btrfs_subpage_find_writer_locked() local
830 first_set = find_next_bit(subpage->bitmaps, locked_bitmap_end, start_bit); in btrfs_subpage_find_writer_locked()
831 if (first_set >= locked_bitmap_end) in btrfs_subpage_find_writer_locked()
837 ((first_set - locked_bitmap_start) << fs_info->sectorsize_bits); in btrfs_subpage_find_writer_locked()
844 first_zero = find_next_zero_bit(subpage->bitmaps, locked_bitmap_end, first_set); in btrfs_subpage_find_writer_locked()
845 *found_len_ret = (first_zero - first_set) << fs_info->sectorsize_bits; in btrfs_subpage_find_writer_locked()
/linux/fs/jbd2/
A Dcheckpoint.c416 bool first_set = false; in jbd2_journal_shrink_checkpoint_list() local
436 if (!first_set) { in jbd2_journal_shrink_checkpoint_list()
438 first_set = true; in jbd2_journal_shrink_checkpoint_list()
/linux/tools/testing/selftests/bpf/
A Dtest_bpftool_synctypes.py474 def verify(first_set, second_set, message): argument
482 diff = first_set.symmetric_difference(second_set)

Completed in 15 milliseconds