Home
last modified time | relevance | path

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

/mm/
Dmempool.c47 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element() local
49 if (obj[i] != exp) { in __check_element()
Dslab.c1801 char exp = POISON_FREE; in check_poison_obj() local
1803 exp = POISON_END; in check_poison_obj()
1804 if (realobj[i] != exp) { in check_poison_obj()