Home
last modified time | relevance | path

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

/kernel/
Dfutex.c242 struct page *page, *page_head; in get_futex_key() local
285 page_head = page; in get_futex_key()
291 page_head = compound_head(page); in get_futex_key()
302 if (page != page_head) { in get_futex_key()
303 get_page(page_head); in get_futex_key()
313 page_head = compound_head(page); in get_futex_key()
314 if (page != page_head) { in get_futex_key()
315 get_page(page_head); in get_futex_key()
320 lock_page(page_head); in get_futex_key()
337 if (!page_head->mapping) { in get_futex_key()
[all …]