Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Ddma-debug.c461 #define CACHELINES_PER_PAGE (1 << CACHELINE_PER_PAGE_SHIFT) macro
570 static struct dma_debug_entry *ents[CACHELINES_PER_PAGE]; in debug_dma_assert_idle()
586 CACHELINES_PER_PAGE); in debug_dma_assert_idle()
593 } else if (ent_cln >= cln + CACHELINES_PER_PAGE) in debug_dma_assert_idle()