Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/mm/
Dmapping_dirty_helpers.c280 pgoff_t first_index, pgoff_t nr) in wp_shared_mapping_range() argument
285 WARN_ON(walk_page_mapping(mapping, first_index, nr, &wp_walk_ops, in wp_shared_mapping_range()
329 pgoff_t first_index, pgoff_t nr, in clean_record_shared_mapping_range() argument
345 WARN_ON(walk_page_mapping(mapping, first_index, nr, &clean_walk_ops, in clean_record_shared_mapping_range()
Dpagewalk.c574 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index, in walk_page_mapping() argument
588 vma_interval_tree_foreach(vma, &mapping->i_mmap, first_index, in walk_page_mapping()
589 first_index + nr - 1) { in walk_page_mapping()
593 cba = first_index; in walk_page_mapping()
595 cea = first_index + nr; in walk_page_mapping()
Dmemory.c3497 pgoff_t first_index, in unmap_mapping_range_tree() argument
3504 vma_interval_tree_foreach(vma, root, first_index, last_index) { in unmap_mapping_range_tree()
3507 zba = max(first_index, vba); in unmap_mapping_range_tree()
3532 pgoff_t first_index; in unmap_mapping_folio() local
3537 first_index = folio->index; in unmap_mapping_folio()
3546 unmap_mapping_range_tree(&mapping->i_mmap, first_index, in unmap_mapping_folio()
3567 pgoff_t first_index = start; in unmap_mapping_pages() local
3571 if (last_index < first_index) in unmap_mapping_pages()
3576 unmap_mapping_range_tree(&mapping->i_mmap, first_index, in unmap_mapping_pages()
/linux-6.1.9/include/linux/
Dradix-tree.h237 void **results, unsigned long first_index,
251 void **results, unsigned long first_index,
254 void __rcu ***results, unsigned long first_index,
Dpagewalk.h104 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
Dmsi.h251 unsigned int first_index, unsigned int last_index);
Dmm.h3429 pgoff_t first_index, pgoff_t nr,
3436 pgoff_t first_index, pgoff_t nr);
/linux-6.1.9/drivers/net/ethernet/amazon/ena/
Dena_netdev.c49 int first_index, int count);
50 static void ena_init_napi_in_range(struct ena_adapter *adapter, int first_index,
52 static void ena_del_napi_in_range(struct ena_adapter *adapter, int first_index,
56 int first_index,
64 int first_index, int count);
66 int first_index, int count);
76 int first_index, int count);
689 int first_index, int count) in ena_init_io_rings() argument
697 for (i = first_index; i < first_index + count; i++) { in ena_init_io_rings()
821 int first_index, in ena_setup_tx_resources_in_range() argument
[all …]
/linux-6.1.9/fs/xfs/
Dxfs_icache.c1646 uint32_t first_index; in xfs_icwalk_ag() local
1656 first_index = READ_ONCE(pag->pag_ici_reclaim_cursor); in xfs_icwalk_ag()
1658 first_index = 0; in xfs_icwalk_ag()
1668 (void **) batch, first_index, in xfs_icwalk_ag()
1700 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_icwalk_ag()
1701 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_icwalk_ag()
1736 first_index = 0; in xfs_icwalk_ag()
1737 WRITE_ONCE(pag->pag_ici_reclaim_cursor, first_index); in xfs_icwalk_ag()
/linux-6.1.9/lib/
Dradix-tree.c1262 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-6.1.9/kernel/irq/
Dmsi.c149 unsigned int first_index, unsigned int last_index) in msi_free_msi_descs_range() argument
157 xa_for_each_range(xa, idx, desc, first_index, last_index) { in msi_free_msi_descs_range()
/linux-6.1.9/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2189 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-6.1.9/fs/f2fs/
Dcompress.c1143 bool first_index = (index == cc.rpages[0]->index); in f2fs_compress_write_end() local
1151 return first_index; in f2fs_compress_write_end()
/linux-6.1.9/fs/btrfs/
Dioctl.c1608 unsigned long first_index = page_index(pages[0]); in defrag_one_locked_target() local
1612 ASSERT(last_index - first_index + 1 <= nr_pages); in defrag_one_locked_target()
1623 for (i = start_index - first_index; i <= last_index - first_index; i++) { in defrag_one_locked_target()