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.c278 struct unplugged_pages { struct
285 static LIST_HEAD(unplugged_pages); argument
321 struct unplugged_pages *unplugged; in mem_config()
325 if (list_empty(&unplugged_pages)) in mem_config()
328 unplugged = list_entry(unplugged_pages.next, in mem_config()
329 struct unplugged_pages, list); in mem_config()
350 list_add(&unplugged->list, &unplugged_pages); in mem_config()
354 struct list_head *entry = unplugged_pages.next; in mem_config()
358 struct unplugged_pages, in mem_config()