Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmemory.h84 atomic_long_t nr_hwpoison; member
/Linux-v6.6/drivers/base/
Dmemory.c1203 atomic_long_inc(&mem->nr_hwpoison); in memblk_nr_poison_inc()
1212 atomic_long_sub(i, &mem->nr_hwpoison); in memblk_nr_poison_sub()
1217 return atomic_long_read(&mem->nr_hwpoison); in memblk_nr_poison()