Home
last modified time | relevance | path

Searched defs:online_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/base/
H A Dmemory.c381 const int online_type = mhp_online_type_from_str(buf); in state_store() local
438 print_allowed_zone(char * buf,int len,int nid,struct memory_group * group,unsigned long start_pfn,unsigned long nr_pages,int online_type,struct zone * default_zone) print_allowed_zone() argument
522 const int online_type = mhp_online_type_from_str(buf); auto_online_blocks_store() local
[all...]
/linux/mm/
H A Dmemory_hotplug.c242 void mhp_set_default_online_type(int online_type) in mhp_set_default_online_type()
249 const int online_type = mhp_online_type_from_str(str); in setup_memhp_default_state() local
1070 struct zone *zone_for_pfn_range(int online_type, int nid, in zone_for_pfn_range()
2351 uint8_t online_type = MMOP_ONLINE_KERNEL; in try_offline_memory_block() local
/linux/include/linux/
H A Dmemory.h70 int online_type; /* for passing data to online routine */ member