Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/drivers/
Dmconsole_kern.c274 struct unplugged_pages { struct
281 static LIST_HEAD(unplugged_pages); argument
317 struct unplugged_pages *unplugged; in mem_config()
321 if (list_empty(&unplugged_pages)) in mem_config()
324 unplugged = list_entry(unplugged_pages.next, in mem_config()
325 struct unplugged_pages, list); in mem_config()
346 list_add(&unplugged->list, &unplugged_pages); in mem_config()
350 struct list_head *entry = unplugged_pages.next; in mem_config()
354 struct unplugged_pages, in mem_config()