Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/
Dmv_xor.h113 struct list_head allocated_slots; member
Dmv_xor.c360 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()
/linux-6.1.9/kernel/bpf/
Dverifier.c620 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid() local
629 return spi - nr_slots + 1 >= 0 && spi < allocated_slots; in is_spi_bounds_valid()