Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dmv_xor.h116 struct list_head allocated_slots; member
Dmv_xor.c387 list_move_tail(&iter->node, &mv_chan->allocated_slots); in mv_chan_alloc_slot()
585 list_for_each_entry_safe(iter, _iter, &mv_chan->allocated_slots, in mv_xor_free_chan_resources()
1054 INIT_LIST_HEAD(&mv_chan->allocated_slots); in mv_xor_channel_add()