Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_reporting.h47 #define page_reported(_page) false argument
/linux/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/arch/mips/include/asm/
H A Dr4kcache.h217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
/linux/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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1291 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write()
1292 if (!rxb._page) in iwl_dbgfs_inject_packet_write()
1296 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()