/Linux-v5.15/mm/ |
D | mapping_dirty_helpers.c | 279 pgoff_t first_index, pgoff_t nr) in wp_shared_mapping_range() argument 284 WARN_ON(walk_page_mapping(mapping, first_index, nr, &wp_walk_ops, in wp_shared_mapping_range() 328 pgoff_t first_index, pgoff_t nr, in clean_record_shared_mapping_range() argument 344 WARN_ON(walk_page_mapping(mapping, first_index, nr, &clean_walk_ops, in clean_record_shared_mapping_range()
|
D | pagewalk.c | 563 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index, in walk_page_mapping() argument 577 vma_interval_tree_foreach(vma, &mapping->i_mmap, first_index, in walk_page_mapping() 578 first_index + nr - 1) { in walk_page_mapping() 582 cba = first_index; in walk_page_mapping() 584 cea = first_index + nr; in walk_page_mapping()
|
D | memory.c | 3330 details->first_index, details->last_index) { in unmap_mapping_range_tree() 3334 zba = details->first_index; in unmap_mapping_range_tree() 3368 details.first_index = page->index; in unmap_mapping_page() 3396 details.first_index = start; in unmap_mapping_pages() 3398 if (details.last_index < details.first_index) in unmap_mapping_pages()
|
/Linux-v5.15/include/linux/ |
D | radix-tree.h | 235 void **results, unsigned long first_index, 249 void **results, unsigned long first_index, 252 void __rcu ***results, unsigned long first_index,
|
D | pagewalk.h | 104 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
|
D | mm.h | 1725 pgoff_t first_index; /* Lowest page->index to unmap */ member 3237 pgoff_t first_index, pgoff_t nr, 3244 pgoff_t first_index, pgoff_t nr);
|
/Linux-v5.15/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 51 int first_index, int count); 52 static void ena_init_napi_in_range(struct ena_adapter *adapter, int first_index, 54 static void ena_del_napi_in_range(struct ena_adapter *adapter, int first_index, 58 int first_index, 66 int first_index, int count); 68 int first_index, int count); 78 int first_index, int count); 684 int first_index, int count) in ena_init_io_rings() argument 692 for (i = first_index; i < first_index + count; i++) { in ena_init_io_rings() 815 int first_index, in ena_setup_tx_resources_in_range() argument [all …]
|
/Linux-v5.15/fs/xfs/ |
D | xfs_icache.c | 1654 uint32_t first_index; in xfs_icwalk_ag() local 1664 first_index = READ_ONCE(pag->pag_ici_reclaim_cursor); in xfs_icwalk_ag() 1666 first_index = 0; in xfs_icwalk_ag() 1676 (void **) batch, first_index, in xfs_icwalk_ag() 1708 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_icwalk_ag() 1709 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_icwalk_ag() 1744 first_index = 0; in xfs_icwalk_ag() 1745 WRITE_ONCE(pag->pag_ici_reclaim_cursor, first_index); in xfs_icwalk_ag()
|
/Linux-v5.15/lib/ |
D | radix-tree.c | 1262 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument 1271 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup() 1302 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument 1312 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag() 1343 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot() argument 1353 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
|
/Linux-v5.15/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2189 u16 first_index, index; in atl1c_tx_rollback() local 2191 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback() 2192 index = first_index; in atl1c_tx_rollback() 2201 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
|
/Linux-v5.15/fs/f2fs/ |
D | compress.c | 1157 bool first_index = (index == cc.rpages[0]->index); in f2fs_compress_write_end() local 1165 return first_index; in f2fs_compress_write_end()
|