Searched refs:_refcount (Results 1 – 5 of 5) sorted by relevance
49 atomic_t _refcount; member61 ZPDESC_MATCH(_refcount, _refcount);
98 SLAB_MATCH(_refcount, __page_refcount);
19 IOPTDESC_MATCH(_refcount, __page_refcount);
104 * 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
170 prefetch(&page->_refcount); in nicvf_alloc_page()