Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Drecord_test.c499 int channel_index, first_index; in check_index() local
503 first_index = (input[i] >> 8) & 0xf; in check_index()
508 if(channel_index != first_index) in check_index()
510 …ta, file index is %d, first_index is %d, channel_index is %d", signal, first_index, channel_index); in check_index()
537 int first_index = 0; in check_agreement() local
544 first_index = input[i]; in check_agreement()
546 first_index = (first_index >> 8) & 0xf; in check_agreement()
H A Dvibrate_test.c42 int first_index; in check_vibration() local
54 first_index = input[i]; in check_vibration()
55 first_index = (first_index >> 8) & 0xf; in check_vibration()
/OK3568_Linux_fs/kernel/mm/
H A 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()
H A Dpagewalk.c519 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index, in walk_page_mapping() argument
533 vma_interval_tree_foreach(vma, &mapping->i_mmap, first_index, in walk_page_mapping()
534 first_index + nr - 1) { in walk_page_mapping()
538 cba = first_index; in walk_page_mapping()
540 cea = first_index + nr; in walk_page_mapping()
H A Dmemory.c3482 details->first_index, details->last_index) { in unmap_mapping_range_tree()
3486 zba = details->first_index; in unmap_mapping_range_tree()
3520 details.first_index = page->index; in unmap_mapping_page()
3548 details.first_index = start; in unmap_mapping_pages()
3550 if (details.last_index < details.first_index) in unmap_mapping_pages()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_icache.c780 uint32_t first_index; in xfs_inode_walk_ag() local
789 first_index = 0; in xfs_inode_walk_ag()
800 (void **)batch, first_index, in xfs_inode_walk_ag()
805 (void **) batch, first_index, in xfs_inode_walk_ag()
837 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_walk_ag()
838 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_walk_ag()
1129 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local
1135 first_index = READ_ONCE(pag->pag_ici_reclaim_cursor); in xfs_reclaim_inodes_ag()
1143 (void **)batch, first_index, in xfs_reclaim_inodes_ag()
1179 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dradix-tree.h235 void **results, unsigned long first_index,
249 void **results, unsigned long first_index,
252 void __rcu ***results, unsigned long first_index,
H A Dpagewalk.h104 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
H A Dmm.h1719 pgoff_t first_index; /* Lowest page->index to unmap */ member
3361 pgoff_t first_index, pgoff_t nr,
3368 pgoff_t first_index, pgoff_t nr);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A 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 …]
/OK3568_Linux_fs/kernel/lib/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2063 int first_index = -1; in lan743x_rx_process_packet() local
2080 first_index = rx->last_head; in lan743x_rx_process_packet()
2086 index = lan743x_rx_next_index(rx, first_index); in lan743x_rx_process_packet()
2120 first_index = -1; in lan743x_rx_process_packet()
2126 if (first_index >= 0 && last_index >= 0) { in lan743x_rx_process_packet()
2133 if (first_index == last_index) { in lan743x_rx_process_packet()
2145 lan743x_rx_reuse_ring_element(rx, first_index); in lan743x_rx_process_packet()
2149 buffer_info = &rx->buffer_info[first_index]; in lan743x_rx_process_packet()
2151 descriptor = &rx->ring_cpu_ptr[first_index]; in lan743x_rx_process_packet()
2168 lan743x_rx_init_ring_element(rx, first_index, new_skb); in lan743x_rx_process_packet()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1c/
H A 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()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcompress.c1072 bool first_index = (index == cc.rpages[0]->index); in f2fs_compress_write_end() local
1080 return first_index; in f2fs_compress_write_end()