Home
last modified time | relevance | path

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

/kernel/
Dfutex.c402 struct page *page, *page_head; in get_futex_key() local
446 page_head = page; in get_futex_key()
452 page_head = compound_head(page); in get_futex_key()
463 if (page != page_head) { in get_futex_key()
464 get_page(page_head); in get_futex_key()
474 page_head = compound_head(page); in get_futex_key()
475 if (page != page_head) { in get_futex_key()
476 get_page(page_head); in get_futex_key()
481 lock_page(page_head); in get_futex_key()
498 if (!page_head->mapping) { in get_futex_key()
[all …]