Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/dma/
Ddebug.c475 #define CACHELINES_PER_PAGE (1 << CACHELINE_PER_PAGE_SHIFT) macro
584 static struct dma_debug_entry *ents[CACHELINES_PER_PAGE]; in debug_dma_assert_idle()
600 CACHELINES_PER_PAGE); in debug_dma_assert_idle()
607 } else if (ent_cln >= cln + CACHELINES_PER_PAGE) in debug_dma_assert_idle()