Home
last modified time | relevance | path

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

/linux-3.3/drivers/dma/
Dcoh901318_lli.h23 int debugfs_pool_counter; member
Dcoh901318_lli.c19 #define DEBUGFS_POOL_COUNTER_RESET(pool) (pool->debugfs_pool_counter = 0)
20 #define DEBUGFS_POOL_COUNTER_ADD(pool, add) (pool->debugfs_pool_counter += add)
Dcoh901318.c118 int pool_count = debugfs_dma_base->pool.debugfs_pool_counter; in coh901318_debugfs_read()