Home
last modified time | relevance | path

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

/Linux-v5.4/arch/um/drivers/
Dmconsole_kern.c272 struct unplugged_pages { struct
279 static LIST_HEAD(unplugged_pages); argument
315 struct unplugged_pages *unplugged; in mem_config()
319 if (list_empty(&unplugged_pages)) in mem_config()
322 unplugged = list_entry(unplugged_pages.next, in mem_config()
323 struct unplugged_pages, list); in mem_config()
344 list_add(&unplugged->list, &unplugged_pages); in mem_config()
348 struct list_head *entry = unplugged_pages.next; in mem_config()
352 struct unplugged_pages, in mem_config()