Searched refs:_page (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | page_mm.h | 164 #define page_to_pfn(_page) ({ \ 165 const struct page *__p = (_page); \
|
/linux-4.1.27/include/linux/ |
H A D | cleancache.h | 61 #define cleancache_fs_enabled(_page) (0) 62 #define cleancache_fs_enabled_mapping(_page) (0)
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_sysfs.c | 753 #define sdev_vpd_pg_attr(_page) \ 755 show_vpd_##_page(struct file *filp, struct kobject *kobj, \ 761 if (!sdev->vpd_##_page) \ 764 sdev->vpd_##_page, \ 765 sdev->vpd_##_page##_len); \ 767 static struct bin_attribute dev_attr_vpd_##_page = { \ 768 .attr = {.name = __stringify(vpd_##_page), .mode = S_IRUGO }, \ 770 .read = show_vpd_##_page, \
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-trans.h | 290 struct page *_page; member in struct:iwl_rx_cmd_buffer 299 return (void *)((unsigned long)page_address(r->_page) + r->_offset); rxb_addr() 310 get_page(r->_page); rxb_steal_page() 311 return r->_page; rxb_steal_page() 316 __free_pages(r->_page, r->_rx_page_order); iwl_free_rxb()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_page.c | 693 #define CL_PAGE_INVOKE(_env, _page, _op, _proto, ...) \ 696 struct cl_page *__page = (_page); \ 723 #define CL_PAGE_INVOID(_env, _page, _op, _proto, ...) \ 726 struct cl_page *__page = (_page); \ 745 #define CL_PAGE_INVOID_REVERSE(_env, _page, _op, _proto, ...) \ 748 struct cl_page *__page = (_page); \
|
/linux-4.1.27/mm/ |
H A D | vmscan.c | 112 #define prefetch_prev_lru_page(_page, _base, _field) \ 114 if ((_page)->lru.prev != _base) { \ 117 prev = lru_to_page(&(_page->lru)); \ 122 #define prefetch_prev_lru_page(_page, _base, _field) do { } while (0) 126 #define prefetchw_prev_lru_page(_page, _base, _field) \ 128 if ((_page)->lru.prev != _base) { \ 131 prev = lru_to_page(&(_page->lru)); \ 136 #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0)
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | r4kcache.h | 577 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
|
/linux-4.1.27/drivers/dma/sh/ |
H A D | rcar-dmac.c | 965 struct rcar_dmac_desc_page *page, *_page; rcar_dmac_free_chan_resources() local 991 list_for_each_entry_safe(page, _page, &rchan->desc.pages, node) { rcar_dmac_free_chan_resources()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | ops.c | 751 entry->rxb._page = rxb_steal_page(rxb); iwl_mvm_rx_dispatch()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | rx.c | 593 ._page = rxb->page, iwl_pcie_rx_handle_rb()
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | svm.c | 2111 static void *nested_svm_map(struct vcpu_svm *svm, u64 gpa, struct page **_page) nested_svm_map() argument 2121 *_page = page; nested_svm_map()
|
Completed in 447 milliseconds