Searched refs:_page (Results 1 – 6 of 6) sorted by relevance
/linux/mm/ |
H A D | page_reporting.h | 47 #define page_reported(_page) false argument
|
/linux/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/arch/mips/include/asm/ |
H A D | r4kcache.h | 217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
|
/linux/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/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 1291 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 D | ops.c | 1807 entry->rxb._page = rxb_steal_page(rxb); in iwl_mvm_rx_common()
|