Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempool.c113 static void poison_element(struct mempool *pool, void *element) in poison_element() function
147 static inline void poison_element(struct mempool *pool, void *element) in poison_element() function
178 poison_element(pool, element); in add_element()