Lines Matching refs:pinned
35 In other words, use pin_user_pages*() for DMA-pinned pages, and
90 Tracking dma-pinned pages
93 Some of the key design constraints, and solutions, for tracking dma-pinned
99 * False positives (reporting that a page is dma-pinned, when in fact it is not)
106 the upper bits in that field for a dma-pinned count. "Sort of", means that,
110 on it 1024 times, then it will appear to have a single dma-pinned count.
116 * Callers must specifically request "dma-pinned tracking of pages". In other
147 NOTE: Some pages, such as DAX pages, cannot be pinned with longterm pins. That's
195 The whole point of marking pages as "DMA-pinned" or "gup-pinned" is to be able
196 to query, "is this page DMA-pinned?" That allows code such as page_mkclean()
218 will be pinned longterm, and whose data will be accessed.
231 You can monitor how many total dma-pinned pages have been acquired and released
242 pinned once for each page (head page and each tail page) within the huge page.