Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemory.h67 enum memory_block_state { enum
79 enum memory_block_state state; /* serialized by the dev->lock */
135 static inline int memory_notify(enum memory_block_state state, void *v) in memory_notify()
159 extern int memory_notify(enum memory_block_state state, void *v);
/linux/drivers/base/
H A Dmemory.c207 int memory_notify(enum memory_block_state state, void *v) in memory_notify()