Home
last modified time | relevance | path

Searched refs:_page (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/mm/
H A Dpage_reporting.h47 #define page_reported(_page) false argument
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h235 struct page *_page; member
244 return (void *)((unsigned long)page_address(r->_page) + r->_offset); in rxb_addr()
255 get_page(r->_page); in rxb_steal_page()
256 return r->_page; in rxb_steal_page()
261 __free_pages(r->_page, r->_rx_page_order); in iwl_free_rxb()
/linux-6.15/drivers/scsi/
H A Dscsi_sysfs.c898 #define sdev_vpd_pg_attr(_page) \ argument
900 show_vpd_##_page(struct file *filp, struct kobject *kobj, \
910 vpd_page = rcu_dereference(sdev->vpd_##_page); \
917 static const struct bin_attribute dev_attr_vpd_##_page = { \
918 .attr = {.name = __stringify(vpd_##_page), .mode = S_IRUGO }, \
920 .read_new = show_vpd_##_page, \
/linux-6.15/include/linux/
H A Dmmzone.h78 # define is_migrate_cma_page(_page) (get_pageblock_migratetype(_page) == MIGRATE_CMA) argument
83 # define is_migrate_cma_page(_page) false argument
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Ddebugfs.c476 rxb._page = alloc_pages(GFP_KERNEL, 0); in iwl_dbgfs_inject_packet_write()
477 if (!rxb._page) in iwl_dbgfs_inject_packet_write()
481 ret = hex2bin(page_address(rxb._page), buf, n_bytes); in iwl_dbgfs_inject_packet_write()
H A Dnotif.c599 entry->rxb._page = rxb_steal_page(rxb); in iwl_mld_rx_notif()
/linux-6.15/arch/mips/include/asm/
H A Dr4kcache.h217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
/linux-6.15/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9881c.c60 #define ILI9881C_SWITCH_PAGE_INSTR(_page) \ argument
64 .page = (_page), \
/linux-6.15/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h642 #define FUN_ADMIN_PORT_XCVR_READ_REQ_INIT(_flags, _id, _bank, _page, \ argument
647 .bank = (_bank), .page = (_page), .offset = (_offset), \
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1283 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write()
1284 if (!rxb._page) in iwl_dbgfs_inject_packet_write()
1288 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_inject_packet_write()
H A Dops.c1807 entry->rxb._page = rxb_steal_page(rxb); in iwl_mvm_rx_common()
/linux-6.15/drivers/dma/sh/
H A Drcar-dmac.c1079 struct rcar_dmac_desc_page *page, *_page; in rcar_dmac_free_chan_resources() local
1111 list_for_each_entry_safe(page, _page, &rchan->desc.pages, node) { in rcar_dmac_free_chan_resources()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1321 ._page = rxb->page, in iwl_pcie_rx_handle_rb()