Searched refs:subpage (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/power/cpupower/utils/ |
| H A D | cpupower.c | 81 static int print_man_page(const char *subpage) in print_man_page() argument 87 if (subpage != NULL) in print_man_page() 88 len += strlen(subpage); in print_man_page() 95 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page() 97 strcat(page, subpage); in print_man_page()
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | nand-macronix.txt | 6 randomizer are subpage accesses prohibited and more time period needed 11 For more high-reliability concern, if subpage write is not available
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 1711 int column, subpage; in onenand_panic_write() local 1740 subpage = thislen < mtd->writesize; in onenand_panic_write() 1741 if (subpage) { in onenand_panic_write() 1755 onenand_update_bufferram(mtd, to, !subpage); in onenand_panic_write() 1758 onenand_update_bufferram(mtd, to + this->writesize, !subpage); in onenand_panic_write() 1801 int written = 0, column, thislen = 0, subpage = 0; in onenand_write_ops_nolock() local 1846 subpage = thislen < mtd->writesize; in onenand_write_ops_nolock() 1847 if (subpage) { in onenand_write_ops_nolock() 1927 onenand_update_bufferram(mtd, to, !ret && !subpage); in onenand_write_ops_nolock() 1951 prev_subpage = subpage; in onenand_write_ops_nolock()
|
| /linux/include/scsi/ |
| H A D | scsi_device.h | 467 int subpage, unsigned char *buffer, int len, int timeout,
|
| /linux/fs/btrfs/ |
| H A D | disk-io.c | 538 struct btrfs_subpage *subpage; in btree_dirty_folio() local 553 subpage = folio_get_private(folio); in btree_dirty_folio() 561 spin_lock_irqsave(&subpage->lock, flags); in btree_dirty_folio() 562 if (!test_bit(cur_bit, subpage->bitmaps)) { in btree_dirty_folio() 563 spin_unlock_irqrestore(&subpage->lock, flags); in btree_dirty_folio() 566 spin_unlock_irqrestore(&subpage->lock, flags); in btree_dirty_folio()
|
| H A D | extent_io.c | 4244 bool subpage = btrfs_meta_is_subpage(eb->fs_info); in set_extent_buffer_dirty() local 4257 if (subpage) in set_extent_buffer_dirty() 4262 if (subpage) in set_extent_buffer_dirty()
|
| /linux/mm/ |
| H A D | memory.c | 5573 * Just backoff if any subpage of a THP is corrupted otherwise in set_pte_range() 5576 * the corrupted subpage should trigger SIGBUS as expected. in set_pte_range() 7428 * operation. The target subpage will be processed last to keep its in folio_zero_user() 7440 /* Process target subpage last to keep its cache lines hot */ in copy_user_gigantic_page() 7444 /* If target subpage in first half of huge page */ in copy_user_gigantic_page() 7455 /* If target subpage in second half of huge page */ 7468 * towards the target subpage 7621 struct page *subpage; 7624 subpage = folio_page(dst_folio, i); 7625 kaddr = kmap_local_page(subpage); 7493 struct page *subpage; copy_folio_from_user() local [all...] |