Lines Matching refs:tail
270 head or tail pages as usual (exactly as they would do on
274 if any driver is going to mangle over the page structure of the tail
276 for the head page and not the tail page), it should be updated to jump
278 split_huge_page() to avoid the head and tail pages to disappear from
372 page to the tail pages before clearing all PG_head/tail bits from the
375 and tail pages if running get_user_pages on an address backed by any
376 hugepage), requires the refcount to be accounted on the tail pages and
378 split_huge_page while there are gup pins established on any tail
380 on any tail page, would mean having to split all hugepages upfront in
385 accounting the pins on the tail pages for hugetlbfs). If we wouldn't
386 account the gup refcounts on the tail pages during gup, we won't know
387 anymore which tail page is pinned by gup and which is not while we run
391 get_page, but put_page as well so that when put_page runs on a tail
392 page (and only on a tail page) it will find its respective head page,
394 tail page refcount. To obtain a head page reliably and to decrease its