Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/drivers/
Dmconsole_kern.c279 struct unplugged_pages { struct
286 static LIST_HEAD(unplugged_pages); argument
322 struct unplugged_pages *unplugged; in mem_config()
326 if (list_empty(&unplugged_pages)) in mem_config()
329 unplugged = list_entry(unplugged_pages.next, in mem_config()
330 struct unplugged_pages, list); in mem_config()
351 list_add(&unplugged->list, &unplugged_pages); in mem_config()
355 struct list_head *entry = unplugged_pages.next; in mem_config()
359 struct unplugged_pages, in mem_config()