Searched refs:_page (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | cleancache.h | 61 #define cleancache_fs_enabled(_page) (0) 62 #define cleancache_fs_enabled_mapping(_page) (0)
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | page_mm.h | 164 #define page_to_pfn(_page) ({ \ 165 const struct page *__p = (_page); \
|
/linux-4.4.14/drivers/scsi/ |
H A D | scsi_sysfs.c | 755 #define sdev_vpd_pg_attr(_page) \ 757 show_vpd_##_page(struct file *filp, struct kobject *kobj, \ 763 if (!sdev->vpd_##_page) \ 766 sdev->vpd_##_page, \ 767 sdev->vpd_##_page##_len); \ 769 static struct bin_attribute dev_attr_vpd_##_page = { \ 770 .attr = {.name = __stringify(vpd_##_page), .mode = S_IRUGO }, \ 772 .read = show_vpd_##_page, \
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_page.c | 676 #define CL_PAGE_INVOKE(_env, _page, _op, _proto, ...) \ 679 struct cl_page *__page = (_page); \ 706 #define CL_PAGE_INVOID(_env, _page, _op, _proto, ...) \ 709 struct cl_page *__page = (_page); \ 728 #define CL_PAGE_INVOID_REVERSE(_env, _page, _op, _proto, ...) \ 731 struct cl_page *__page = (_page); \
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-trans.h | 349 struct page *_page; member in struct:iwl_rx_cmd_buffer 358 return (void *)((unsigned long)page_address(r->_page) + r->_offset); rxb_addr() 369 get_page(r->_page); rxb_steal_page() 370 return r->_page; rxb_steal_page() 375 __free_pages(r->_page, r->_rx_page_order); iwl_free_rxb()
|
/linux-4.4.14/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.4.14/arch/mips/include/asm/ |
H A D | r4kcache.h | 577 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
|
/linux-4.4.14/drivers/dma/sh/ |
H A D | rcar-dmac.c | 970 struct rcar_dmac_desc_page *page, *_page; rcar_dmac_free_chan_resources() local 996 list_for_each_entry_safe(page, _page, &rchan->desc.pages, node) { rcar_dmac_free_chan_resources()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | ops.c | 765 entry->rxb._page = rxb_steal_page(rxb); iwl_mvm_rx_common()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
H A D | rx.c | 857 ._page = rxb->page, iwl_pcie_rx_handle_rb()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | svm.c | 2028 static void *nested_svm_map(struct vcpu_svm *svm, u64 gpa, struct page **_page) nested_svm_map() argument 2038 *_page = page; nested_svm_map()
|
Completed in 471 milliseconds