Home
last modified time | relevance | path

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

/mm/
Dmempool.c48 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element() local
50 if (obj[i] != exp) { in __check_element()
Dslab.c1526 char exp = POISON_FREE; in check_poison_obj() local
1528 exp = POISON_END; in check_poison_obj()
1529 if (realobj[i] != exp) { in check_poison_obj()