Linux Kernel
3.7.1
|
#include <async_tx.h>
Data Fields | |
struct dma_chan * | chan |
struct list_head | node |
struct rcu_head | rcu |
atomic_t | count |
dma_chan_ref - object used to manage dma channels received from the dmaengine core. - the channel being tracked - node for the channel to be placed on async_tx_master_list - for list_del_rcu - number of times this channel is listed in the pool (for channels with multiple capabiities)
Definition at line 42 of file async_tx.h.
Definition at line 43 of file async_tx.h.
atomic_t count |
Definition at line 46 of file async_tx.h.
Definition at line 44 of file async_tx.h.
Definition at line 45 of file async_tx.h.