Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dpool.c17 struct dma_gen_pool { struct
22 static struct dma_gen_pool atomic_pool_dma __ro_after_init; argument
24 static struct dma_gen_pool atomic_pool_dma32 __ro_after_init;
26 static struct dma_gen_pool atomic_pool_kernel __ro_after_init;
85 static int atomic_pool_expand(struct dma_gen_pool *dma_pool, size_t pool_size, in atomic_pool_expand()
161 static void atomic_pool_resize(struct dma_gen_pool *dma_pool, gfp_t gfp) in atomic_pool_resize()
178 static __init struct dma_gen_pool *__dma_atomic_pool_init(struct dma_gen_pool *dma_pool, in __dma_atomic_pool_init()
256 static inline struct dma_gen_pool *__dma_guess_pool(struct dma_gen_pool *first, in __dma_guess_pool()
257 struct dma_gen_pool *second, struct dma_gen_pool *third) in __dma_guess_pool()
268 static inline struct dma_gen_pool *dma_guess_pool(struct dma_gen_pool *prev, in dma_guess_pool()
[all …]