Searched refs:seq_blocks (Results 1 – 2 of 2) sorted by relevance
112 xa_destroy(&node->seq_blocks); in hsr_free_node()211 xa_init(&new_node->seq_blocks); in hsr_add_node()328 xa_erase(&node->seq_blocks, block->block_idx); in hsr_forget_seq_block()345 block = xa_load(&node->seq_blocks, block_idx); in hsr_get_seq_block()361 res = xa_store(&node->seq_blocks, block_idx, block, GFP_ATOMIC); in hsr_get_seq_block()488 xa_for_each(&node_curr->seq_blocks, idx, src_blk) { in hsr_handle_sup_frame()
115 struct xarray seq_blocks; member