/linux/mm/ |
A 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()
|
A 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()
|
A D | memory.c | 3310 pgoff_t first_index, in unmap_mapping_range_tree() argument 3317 vma_interval_tree_foreach(vma, root, first_index, last_index) { in unmap_mapping_range_tree() 3320 zba = first_index; in unmap_mapping_range_tree() 3349 pgoff_t first_index; in unmap_mapping_page() local 3355 first_index = page->index; in unmap_mapping_page() 3363 unmap_mapping_range_tree(&mapping->i_mmap, first_index, in unmap_mapping_page() 3384 pgoff_t first_index = start; in unmap_mapping_pages() local 3388 if (last_index < first_index) in unmap_mapping_pages() 3393 unmap_mapping_range_tree(&mapping->i_mmap, first_index, in unmap_mapping_pages()
|
/linux/include/linux/ |
A D | radix-tree.h | 237 void **results, unsigned long first_index, 251 void **results, unsigned long first_index, 254 void __rcu ***results, unsigned long first_index,
|
A D | pagewalk.h | 104 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
|
A D | mm.h | 3344 pgoff_t first_index, pgoff_t nr, 3351 pgoff_t first_index, pgoff_t nr);
|
/linux/drivers/net/ethernet/amazon/ena/ |
A D | ena_netdev.c | 58 int first_index, 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 820 for (i = first_index; i < first_index + count; i++) { in ena_setup_tx_resources_in_range() 844 for (i = first_index; i < first_index + count; i++) in ena_free_all_io_tx_resources_in_range() 2260 int first_index, in ena_del_napi_in_range() argument 2265 for (i = first_index; i < first_index + count; i++) { in ena_del_napi_in_range() 2278 for (i = first_index; i < first_index + count; i++) { in ena_init_napi_in_range() 2302 for (i = first_index; i < first_index + count; i++) in ena_napi_disable_in_range() 2312 for (i = first_index; i < first_index + count; i++) in ena_napi_enable_in_range() [all …]
|
/linux/fs/xfs/ |
A D | xfs_icache.c | 1633 uint32_t first_index; in xfs_icwalk_ag() local 1643 first_index = READ_ONCE(pag->pag_ici_reclaim_cursor); in xfs_icwalk_ag() 1645 first_index = 0; in xfs_icwalk_ag() 1655 (void **) batch, first_index, in xfs_icwalk_ag() 1687 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_icwalk_ag() 1688 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_icwalk_ag() 1723 first_index = 0; in xfs_icwalk_ag() 1724 WRITE_ONCE(pag->pag_ici_reclaim_cursor, first_index); in xfs_icwalk_ag()
|
/linux/lib/ |
A 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/drivers/net/ethernet/atheros/atl1c/ |
A 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/fs/f2fs/ |
A D | compress.c | 1177 bool first_index = (index == cc.rpages[0]->index); in f2fs_compress_write_end() local 1185 return first_index; in f2fs_compress_write_end()
|
/linux/fs/btrfs/ |
A D | ioctl.c | 1294 unsigned long first_index = page_index(pages[0]); in defrag_one_locked_target() local 1298 ASSERT(last_index - first_index + 1 <= nr_pages); in defrag_one_locked_target() 1309 for (i = start_index - first_index; i <= last_index - first_index; i++) { in defrag_one_locked_target()
|