MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / region_pool_unlock

Function region_pool_unlock

components/drivers/dma/dma_pool.c:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37rt_inline void region_pool_unlock(void)
38{
39 rt_hw_spin_unlock(&dma_pools_lock.lock);
40}
41
42static rt_err_t dma_map_coherent_sync_out_data(struct rt_device *dev,
43 void *data, rt_size_t size, rt_ubase_t *dma_handle, rt_ubase_t flags)

Callers 4

dma_allocFunction · 0.85
dma_freeFunction · 0.85
dma_pool_installFunction · 0.85
list_dma_poolFunction · 0.85

Calls 1

rt_hw_spin_unlockFunction · 0.50

Tested by

no test coverage detected