Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/um/drivers/
A Dmconsole_kern.c280 struct unplugged_pages { struct
287 static LIST_HEAD(unplugged_pages); argument
323 struct unplugged_pages *unplugged; in mem_config()
327 if (list_empty(&unplugged_pages)) in mem_config()
330 unplugged = list_entry(unplugged_pages.next, in mem_config()
331 struct unplugged_pages, list); in mem_config()
352 list_add(&unplugged->list, &unplugged_pages); in mem_config()
356 struct list_head *entry = unplugged_pages.next; in mem_config()
360 struct unplugged_pages, in mem_config()

Completed in 4 milliseconds