| /linux-6.15/mm/ |
| H A D | page_reporting.h | 47 #define page_reported(_page) false argument
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.h | 235 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 D | scsi_sysfs.c | 898 #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 D | mmzone.h | 78 # 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 D | debugfs.c | 476 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 D | notif.c | 599 entry->rxb._page = rxb_steal_page(rxb); in iwl_mld_rx_notif()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | r4kcache.h | 217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
|
| /linux-6.15/drivers/gpu/drm/panel/ |
| H A D | panel-ilitek-ili9881c.c | 60 #define ILI9881C_SWITCH_PAGE_INSTR(_page) \ argument 64 .page = (_page), \
|
| /linux-6.15/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_hci.h | 642 #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 D | debugfs.c | 1283 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 D | ops.c | 1807 entry->rxb._page = rxb_steal_page(rxb); in iwl_mvm_rx_common()
|
| /linux-6.15/drivers/dma/sh/ |
| H A D | rcar-dmac.c | 1079 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 D | rx.c | 1321 ._page = rxb->page, in iwl_pcie_rx_handle_rb()
|