Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemory.h99 #define MEM_PREPARE_ONLINE (1<<6) macro
/linux/drivers/s390/char/
H A Dsclp_cmd.c345 case MEM_PREPARE_ONLINE: in sclp_mem_notifier()
/linux/drivers/base/
H A Dmemory.c216 ret = memory_notify(MEM_PREPARE_ONLINE, &arg); in memory_block_online()