Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dmapping_dirty_helpers.c275 pgoff_t first_index, pgoff_t nr) in wp_shared_mapping_range() argument
280 WARN_ON(walk_page_mapping(mapping, first_index, nr, &wp_walk_ops, in wp_shared_mapping_range()
324 pgoff_t first_index, pgoff_t nr, in clean_record_shared_mapping_range() argument
340 WARN_ON(walk_page_mapping(mapping, first_index, nr, &clean_walk_ops, in clean_record_shared_mapping_range()
Dpagewalk.c515 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index, in walk_page_mapping() argument
529 vma_interval_tree_foreach(vma, &mapping->i_mmap, first_index, in walk_page_mapping()
530 first_index + nr - 1) { in walk_page_mapping()
534 cba = first_index; in walk_page_mapping()
536 cea = first_index + nr; in walk_page_mapping()
Dmemory.c3151 details->first_index, details->last_index) { in unmap_mapping_range_tree()
3155 zba = details->first_index; in unmap_mapping_range_tree()
3187 details.first_index = start; in unmap_mapping_pages()
3189 if (details.last_index < details.first_index) in unmap_mapping_pages()
/Linux-v5.10/fs/xfs/
Dxfs_icache.c779 uint32_t first_index; in xfs_inode_walk_ag() local
788 first_index = 0; in xfs_inode_walk_ag()
799 (void **)batch, first_index, in xfs_inode_walk_ag()
804 (void **) batch, first_index, in xfs_inode_walk_ag()
836 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_walk_ag()
837 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_walk_ag()
1128 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local
1134 first_index = READ_ONCE(pag->pag_ici_reclaim_cursor); in xfs_reclaim_inodes_ag()
1142 (void **)batch, first_index, in xfs_reclaim_inodes_ag()
1178 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag()
[all …]
/Linux-v5.10/include/linux/
Dradix-tree.h235 void **results, unsigned long first_index,
249 void **results, unsigned long first_index,
252 void __rcu ***results, unsigned long first_index,
Dpagewalk.h104 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
Dmm.h1636 pgoff_t first_index; /* Lowest page->index to unmap */ member
3153 pgoff_t first_index, pgoff_t nr,
3160 pgoff_t first_index, pgoff_t nr);
/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c52 int first_index, int count);
53 static void ena_init_napi_in_range(struct ena_adapter *adapter, int first_index,
55 static void ena_del_napi_in_range(struct ena_adapter *adapter, int first_index,
59 int first_index,
67 int first_index, int count);
69 int first_index, int count);
79 int first_index, int count);
618 int first_index, int count) in ena_init_io_rings() argument
626 for (i = first_index; i < first_index + count; i++) { in ena_init_io_rings()
746 int first_index, in ena_setup_tx_resources_in_range() argument
[all …]
/Linux-v5.10/fs/f2fs/
Dtrace.c132 static unsigned int gang_lookup_pids(pid_t *results, unsigned long first_index, in gang_lookup_pids() argument
142 radix_tree_for_each_slot(slot, &pids, &iter, first_index) { in gang_lookup_pids()
Dcompress.c1090 bool first_index = (index == cc.rpages[0]->index); in f2fs_compress_write_end() local
1098 return first_index; in f2fs_compress_write_end()
/Linux-v5.10/lib/
Dradix-tree.c1261 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument
1270 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup()
1301 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument
1311 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag()
1342 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot() argument
1352 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
/Linux-v5.10/drivers/net/ethernet/microchip/
Dlan743x_main.c2049 int first_index = -1; in lan743x_rx_process_packet() local
2066 first_index = rx->last_head; in lan743x_rx_process_packet()
2072 index = lan743x_rx_next_index(rx, first_index); in lan743x_rx_process_packet()
2106 first_index = -1; in lan743x_rx_process_packet()
2112 if (first_index >= 0 && last_index >= 0) { in lan743x_rx_process_packet()
2119 if (first_index == last_index) { in lan743x_rx_process_packet()
2130 lan743x_rx_reuse_ring_element(rx, first_index); in lan743x_rx_process_packet()
2134 buffer_info = &rx->buffer_info[first_index]; in lan743x_rx_process_packet()
2136 descriptor = &rx->ring_cpu_ptr[first_index]; in lan743x_rx_process_packet()
2153 lan743x_rx_init_ring_element(rx, first_index, new_skb); in lan743x_rx_process_packet()
[all …]
/Linux-v5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2072 u16 first_index, index; in atl1c_tx_rollback() local
2074 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback()
2075 index = first_index; in atl1c_tx_rollback()
2084 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()