/Linux-v5.4/fs/xfs/ |
D | xfs_icache.c | 792 uint32_t first_index; in xfs_inode_ag_walk() local 801 first_index = 0; in xfs_inode_ag_walk() 812 (void **)batch, first_index, in xfs_inode_ag_walk() 817 (void **) batch, first_index, in xfs_inode_ag_walk() 849 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_ag_walk() 850 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_ag_walk() 1254 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local 1266 first_index = pag->pag_ici_reclaim_cursor; in xfs_reclaim_inodes_ag() 1277 (void **)batch, first_index, in xfs_reclaim_inodes_ag() 1313 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag() [all …]
|
D | xfs_inode.c | 3470 unsigned long first_index, mask; in xfs_iflush_cluster() local 3487 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask; in xfs_iflush_cluster() 3491 first_index, igeo->inodes_per_cluster); in xfs_iflush_cluster() 3518 if ((XFS_INO_TO_AGINO(mp, cip->i_ino) & mask) != first_index) { in xfs_iflush_cluster()
|
/Linux-v5.4/include/linux/ |
D | radix-tree.h | 225 void **results, unsigned long first_index, 239 void **results, unsigned long first_index, 242 void __rcu ***results, unsigned long first_index,
|
D | mm.h | 1435 pgoff_t first_index; /* Lowest page->index to unmap */ member
|
/Linux-v5.4/fs/erofs/ |
D | utils.c | 194 pgoff_t first_index = 0; in erofs_shrink_workstation() local 203 batch, first_index, PAGEVEC_SIZE); in erofs_shrink_workstation() 208 first_index = grp->index + 1; in erofs_shrink_workstation()
|
D | zdata.c | 1232 pgoff_t first_index; in z_erofs_vle_submit_all() local 1249 first_index = pcl->obj.index; in z_erofs_vle_submit_all() 1250 force_submit |= (first_index != last_index + 1); in z_erofs_vle_submit_all() 1273 bio->bi_iter.bi_sector = (sector_t)(first_index + i) << in z_erofs_vle_submit_all() 1286 last_index = first_index + i; in z_erofs_vle_submit_all()
|
/Linux-v5.4/fs/f2fs/ |
D | trace.c | 132 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()
|
/Linux-v5.4/lib/ |
D | radix-tree.c | 1272 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument 1281 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup() 1312 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument 1322 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag() 1353 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot() argument 1363 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
|
/Linux-v5.4/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 1990 int first_index = -1; in lan743x_rx_process_packet() local 2008 first_index = rx->last_head; in lan743x_rx_process_packet() 2014 index = lan743x_rx_next_index(rx, first_index); in lan743x_rx_process_packet() 2048 first_index = -1; in lan743x_rx_process_packet() 2054 if (first_index >= 0 && last_index >= 0) { in lan743x_rx_process_packet() 2061 if (first_index == last_index) { in lan743x_rx_process_packet() 2072 lan743x_rx_reuse_ring_element(rx, first_index); in lan743x_rx_process_packet() 2076 buffer_info = &rx->buffer_info[first_index]; in lan743x_rx_process_packet() 2078 descriptor = &rx->ring_cpu_ptr[first_index]; in lan743x_rx_process_packet() 2095 lan743x_rx_init_ring_element(rx, first_index, new_skb); in lan743x_rx_process_packet() [all …]
|
/Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2076 u16 first_index, index; in atl1c_tx_rollback() local 2078 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback() 2079 index = first_index; in atl1c_tx_rollback() 2088 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
|
/Linux-v5.4/mm/ |
D | memory.c | 2645 details->first_index, details->last_index) { in unmap_mapping_range_tree() 2649 zba = details->first_index; in unmap_mapping_range_tree() 2681 details.first_index = start; in unmap_mapping_pages() 2683 if (details.last_index < details.first_index) in unmap_mapping_pages()
|