/Linux-v4.19/drivers/staging/erofs/ |
D | utils.c | 121 pgoff_t first_index = 0; in erofs_shrink_workstation() local 130 batch, first_index, PAGEVEC_SIZE); in erofs_shrink_workstation() 138 first_index = grp->index + 1; in erofs_shrink_workstation()
|
D | unzip_vle.c | 1146 pgoff_t first_index; local 1164 first_index = grp->obj.index; 1167 force_submit |= (first_index != last_index + 1); 1202 mngda, first_index + i, gfp)) { 1216 bio = prepare_bio(sb, first_index + i, 1228 last_index = first_index + i;
|
/Linux-v4.19/include/linux/ |
D | radix-tree.h | 325 void **results, unsigned long first_index, 329 unsigned long first_index, unsigned int max_items); 345 void **results, unsigned long first_index, 348 void __rcu ***results, unsigned long first_index,
|
D | mm.h | 1319 pgoff_t first_index; /* Lowest page->index to unmap */ member
|
/Linux-v4.19/fs/xfs/ |
D | xfs_icache.c | 787 uint32_t first_index; in xfs_inode_ag_walk() local 796 first_index = 0; in xfs_inode_ag_walk() 807 (void **)batch, first_index, in xfs_inode_ag_walk() 812 (void **) batch, first_index, in xfs_inode_ag_walk() 844 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_ag_walk() 845 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_ag_walk() 1249 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local 1261 first_index = pag->pag_ici_reclaim_cursor; in xfs_reclaim_inodes_ag() 1272 (void **)batch, first_index, in xfs_reclaim_inodes_ag() 1308 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag() [all …]
|
D | xfs_inode.c | 3144 unsigned long first_index, mask; in xfs_iflush_cluster() local 3162 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask; in xfs_iflush_cluster() 3166 first_index, inodes_per_cluster); in xfs_iflush_cluster() 3193 if ((XFS_INO_TO_AGINO(mp, cip->i_ino) & mask) != first_index) { in xfs_iflush_cluster()
|
/Linux-v4.19/fs/f2fs/ |
D | trace.c | 129 static unsigned int gang_lookup_pids(pid_t *results, unsigned long first_index, in gang_lookup_pids() argument 139 radix_tree_for_each_slot(slot, &pids, &iter, first_index) { in gang_lookup_pids()
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 1994 int first_index = -1; in lan743x_rx_process_packet() local 2012 first_index = rx->last_head; in lan743x_rx_process_packet() 2018 index = lan743x_rx_next_index(rx, first_index); in lan743x_rx_process_packet() 2052 first_index = -1; in lan743x_rx_process_packet() 2058 if (first_index >= 0 && last_index >= 0) { in lan743x_rx_process_packet() 2065 if (first_index == last_index) { in lan743x_rx_process_packet() 2069 buffer_info = &rx->buffer_info[first_index]; in lan743x_rx_process_packet() 2071 descriptor = &rx->ring_cpu_ptr[first_index]; in lan743x_rx_process_packet() 2088 lan743x_rx_allocate_ring_element(rx, first_index); in lan743x_rx_process_packet() 2090 int index = first_index; in lan743x_rx_process_packet() [all …]
|
/Linux-v4.19/lib/ |
D | radix-tree.c | 1824 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument 1833 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup() 1870 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup_slot() argument 1879 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup_slot() 1906 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument 1916 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag() 1947 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot() argument 1957 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
|
/Linux-v4.19/fs/btrfs/ |
D | extent_io.c | 3121 int first_index = 0; in __extent_readpages() local 3128 first_index = index; in __extent_readpages() 3132 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages() 3133 index - first_index, start, in __extent_readpages() 3139 first_index = index; in __extent_readpages() 3144 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages() 3145 index - first_index, start, in __extent_readpages()
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2089 u16 first_index, index; in atl1c_tx_rollback() local 2091 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback() 2092 index = first_index; in atl1c_tx_rollback() 2101 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
|
/Linux-v4.19/mm/ |
D | memory.c | 2810 details->first_index, details->last_index) { in unmap_mapping_range_tree() 2814 zba = details->first_index; in unmap_mapping_range_tree() 2846 details.first_index = start; in unmap_mapping_pages() 2848 if (details.last_index < details.first_index) in unmap_mapping_pages()
|