Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/drivers/
Dmconsole_kern.c277 struct unplugged_pages { struct
284 static LIST_HEAD(unplugged_pages); argument
320 struct unplugged_pages *unplugged; in mem_config()
324 if (list_empty(&unplugged_pages)) in mem_config()
327 unplugged = list_entry(unplugged_pages.next, in mem_config()
328 struct unplugged_pages, list); in mem_config()
349 list_add(&unplugged->list, &unplugged_pages); in mem_config()
353 struct list_head *entry = unplugged_pages.next; in mem_config()
357 struct unplugged_pages, in mem_config()