Home
last modified time | relevance | path

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

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