Home
last modified time | relevance | path

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

/linux/mm/
H A Dzpdesc.h49 atomic_t _refcount; member
61 ZPDESC_MATCH(_refcount, _refcount);
H A Dslab.h98 SLAB_MATCH(_refcount, __page_refcount);
/linux/drivers/iommu/
H A Diommu-pages.c19 IOPTDESC_MATCH(_refcount, __page_refcount);
/linux/Documentation/core-api/
H A Dpin_user_pages.rst104 * Given the above, we can overload the page->_refcount field by using, sort of,
106 rather than dividing page->_refcount into bit fields, we simple add a medium-
108 page->_refcount. This provides fuzzy behavior: if a page has get_page() called
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c170 prefetch(&page->_refcount); in nicvf_alloc_page()