Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmempool.c82 static void poison_element(mempool_t *pool, void *element) in poison_element() function
102 static inline void poison_element(mempool_t *pool, void *element) in poison_element() function
130 poison_element(pool, element); in add_element()