Searched refs:allocated_slots (Results 1 – 3 of 3) sorted by relevance
113 struct list_head allocated_slots; member
360 list_move_tail(&iter->node, &mv_chan->allocated_slots); in mv_chan_alloc_slot()647 list_for_each_entry_safe(iter, _iter, &mv_chan->allocated_slots, in mv_xor_free_chan_resources()1121 INIT_LIST_HEAD(&mv_chan->allocated_slots); in mv_xor_channel_add()
620 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid() local629 return spi - nr_slots + 1 >= 0 && spi < allocated_slots; in is_spi_bounds_valid()