Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
Digen6_edac.c190 #define ECCLOG_POOL_SIZE PAGE_SIZE macro
193 static char ecclog_buf[ECCLOG_POOL_SIZE];
565 if (gen_pool_add(pool, (unsigned long)ecclog_buf, ECCLOG_POOL_SIZE, -1)) { in ecclog_gen_pool_create()