Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 25 of 32) sorted by relevance

12

/linux/tools/testing/selftests/arm64/mte/
A Dcheck_buffer_fill.c67 int i, j, item, last_index; in check_buffer_underflow_by_byte() local
81 last_index = 0; in check_buffer_underflow_by_byte()
86 last_index = j; in check_buffer_underflow_by_byte()
128 for (j = last_index ; j < 0 ; j++) { in check_buffer_underflow_by_byte()
137 if (!cur_mte_cxt.fault_valid || (last_index != (-1))) { in check_buffer_underflow_by_byte()
162 int i, j, item, last_index; in check_buffer_overflow_by_byte() local
181 for (j = 0, last_index = 0 ; (j < (sizes[i] + overflow_range)) && in check_buffer_overflow_by_byte()
184 last_index = j; in check_buffer_overflow_by_byte()
205 (last_index != (sizes[i] + overflow_range - 1))) { in check_buffer_overflow_by_byte()
229 for (j = tagged_size ; j < last_index; j++) { in check_buffer_overflow_by_byte()
[all …]
/linux/drivers/cpufreq/
A Dcpufreq_stats.c20 unsigned int last_index; member
35 stats->time_in_state[stats->last_index] += cur_time - time; in cpufreq_stats_update()
79 if (i == stats->last_index) { in show_time_in_state()
91 if (i == stats->last_index) in show_time_in_state()
253 stats->last_index = freq_table_get_index(stats, policy->cur); in cpufreq_stats_create_table()
278 old_index = stats->last_index; in cpufreq_stats_record_transition()
287 stats->last_index = new_index; in cpufreq_stats_record_transition()
/linux/tools/perf/util/
A Dpstack.c42 unsigned short i = pstack->top, last_index = pstack->top - 1; in pstack__remove() local
46 if (i < last_index) in pstack__remove()
49 (last_index - i) * sizeof(void *)); in pstack__remove()
/linux/kernel/trace/
A Dtrace_printk.c269 int last_index; in find_next() local
288 last_index = start_index; in find_next()
291 if (*pos < last_index + start_index) in find_next()
292 return __start___tracepoint_str + (*pos - last_index); in find_next()
294 start_index += last_index; in find_next()
/linux/tools/testing/radix-tree/
A Dtag_check.c137 unsigned long last_index = 0; in gang_check() local
146 while (last_index < item->index) { in gang_check()
147 assert(thrash_state[last_index] != NODE_TAGGED); in gang_check()
148 last_index++; in gang_check()
150 assert(thrash_state[last_index] == NODE_TAGGED); in gang_check()
151 last_index++; in gang_check()
/linux/fs/verity/
A Dread_metadata.c22 pgoff_t index, last_index; in fsverity_read_merkle_tree() local
30 last_index = (end_offset - 1) >> PAGE_SHIFT; in fsverity_read_merkle_tree()
38 for (index = offset >> PAGE_SHIFT; index <= last_index; index++) { in fsverity_read_merkle_tree()
40 min_t(unsigned long, last_index - index + 1, in fsverity_read_merkle_tree()
/linux/fs/ocfs2/
A Dmmap.c55 pgoff_t last_index; in __ocfs2_page_mkwrite() local
60 last_index = (size - 1) >> PAGE_SHIFT; in __ocfs2_page_mkwrite()
90 if (page->index == last_index) in __ocfs2_page_mkwrite()
/linux/drivers/char/
A Dmspec.c106 int index, last_index; in mspec_close() local
114 last_index = (vdata->vm_end - vdata->vm_start) >> PAGE_SHIFT; in mspec_close()
115 for (index = 0; index < last_index; index++) { in mspec_close()
/linux/drivers/acpi/
A Dacpi_processor.c736 int last_index = 0; in acpi_processor_evaluate_cst() local
773 if (last_index >= ACPI_PROCESSOR_MAX_POWER - 1) { in acpi_processor_evaluate_cst()
819 last_index = 1; in acpi_processor_evaluate_cst()
822 cx.index = last_index + 1; in acpi_processor_evaluate_cst()
880 memcpy(&info->states[++last_index], &cx, sizeof(cx)); in acpi_processor_evaluate_cst()
883 acpi_handle_info(handle, "Found %d idle states\n", last_index); in acpi_processor_evaluate_cst()
885 info->count = last_index; in acpi_processor_evaluate_cst()
/linux/drivers/accessibility/speakup/
A Dspeakup_soft.c323 static int last_index; variable
336 last_index = supplied_index; in softsynth_write()
359 rv = last_index; in get_index()
360 last_index = 0; in get_index()
/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c814 ct->proto.tcp.last_index = TCP_NONE_SET; in tcp_new()
896 && ct->proto.tcp.last_index == TCP_RST_SET)) { in nf_conntrack_tcp_packet()
925 && ct->proto.tcp.last_index == TCP_SYN_SET in nf_conntrack_tcp_packet()
952 ct->proto.tcp.last_index = index; in nf_conntrack_tcp_packet()
1025 ct->proto.tcp.last_index == TCP_SYN_SET && in nf_conntrack_tcp_packet()
1061 ct->proto.tcp.last_index != TCP_SYN_SET) { in nf_conntrack_tcp_packet()
1087 if (ct->proto.tcp.last_index == TCP_ACK_SET && in nf_conntrack_tcp_packet()
1098 && ct->proto.tcp.last_index == TCP_SYN_SET) in nf_conntrack_tcp_packet()
1100 && ct->proto.tcp.last_index == TCP_ACK_SET)) in nf_conntrack_tcp_packet()
1126 ct->proto.tcp.last_index = index; in nf_conntrack_tcp_packet()
/linux/include/linux/netfilter/
A Dnf_conntrack_tcp.h23 u_int8_t last_index; /* Index of the last packet */ member
/linux/drivers/dma/
A Dof-dma.c259 static atomic_t last_index; in of_dma_request_slave_channel() local
281 start = atomic_inc_return(&last_index); in of_dma_request_slave_channel()
/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
A Dia_css_debug.c1528 static int last_index; in ia_css_debug_print_sp_debug_state()
1533 if (sp_index < last_index) { in ia_css_debug_print_sp_debug_state()
1535 last_index = 0; in ia_css_debug_print_sp_debug_state()
1538 if (last_index == 0) { in ia_css_debug_print_sp_debug_state()
1547 if ((last_index + SH_CSS_SP_DBG_TRACE_DEPTH) < sp_index) { in ia_css_debug_print_sp_debug_state()
1550 last_index = sp_index - SH_CSS_SP_DBG_TRACE_DEPTH; in ia_css_debug_print_sp_debug_state()
1553 for (n = last_index; n < sp_index; n++) { in ia_css_debug_print_sp_debug_state()
1567 last_index = sp_index; in ia_css_debug_print_sp_debug_state()
/linux/mm/
A Dfilemap.c2527 pgoff_t last_index) in filemap_readahead() argument
2532 page->index, last_index - page->index); in filemap_readahead()
2543 pgoff_t last_index; in filemap_get_pages() local
2547 last_index = DIV_ROUND_UP(iocb->ki_pos + iter->count, PAGE_SIZE); in filemap_get_pages()
2552 filemap_get_read_batch(mapping, index, last_index, pvec); in filemap_get_pages()
2557 last_index - index); in filemap_get_pages()
2558 filemap_get_read_batch(mapping, index, last_index, pvec); in filemap_get_pages()
2572 err = filemap_readahead(iocb, filp, mapping, page, last_index); in filemap_get_pages()
A Dmemory.c3311 pgoff_t last_index, in unmap_mapping_range_tree() argument
3317 vma_interval_tree_foreach(vma, root, first_index, last_index) { in unmap_mapping_range_tree()
3323 zea = last_index; in unmap_mapping_range_tree()
3350 pgoff_t last_index; in unmap_mapping_page() local
3356 last_index = page->index + thp_nr_pages(page) - 1; in unmap_mapping_page()
3364 last_index, &details); in unmap_mapping_page()
3385 pgoff_t last_index = start + nr - 1; in unmap_mapping_pages() local
3388 if (last_index < first_index) in unmap_mapping_pages()
3389 last_index = ULONG_MAX; in unmap_mapping_pages()
3394 last_index, &details); in unmap_mapping_pages()
/linux/fs/ufs/
A Dballoc.c247 pgoff_t index, cur_index, last_index; in ufs_change_blocknr() local
262 last_index = end >> (PAGE_SHIFT - inode->i_blkbits); in ufs_change_blocknr()
286 if (unlikely(index == last_index)) in ufs_change_blocknr()
/linux/fs/erofs/
A Dzdata.c1249 pgoff_t last_index; in z_erofs_submit_queue() local
1296 if (bio && (cur != last_index + 1 || in z_erofs_submit_queue()
1321 last_index = cur; in z_erofs_submit_queue()
/linux/drivers/infiniband/hw/hfi1/
A Dtid_rdma.h81 u8 last_index; member
/linux/fs/btrfs/
A Drelocation.c2946 const unsigned long last_index = (cluster->end - offset) >> PAGE_SHIFT; in relocate_one_page() local
2954 ASSERT(page_index <= last_index); in relocate_one_page()
2958 page_index, last_index + 1 - page_index); in relocate_one_page()
2969 page_index, last_index + 1 - page_index); in relocate_one_page()
3068 unsigned long last_index; in relocate_file_extent_cluster() local
3091 last_index = (cluster->end - offset) >> PAGE_SHIFT; in relocate_file_extent_cluster()
3093 index <= last_index && !ret; index++) in relocate_file_extent_cluster()
A Dioctl.c1292 unsigned long last_index = (start + len - 1) >> PAGE_SHIFT; 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()
1328 u64 last_index = (start + len - 1) >> PAGE_SHIFT; in defrag_one_range() local
1330 unsigned int nr_pages = last_index - start_index + 1; in defrag_one_range()
1355 (last_index << PAGE_SHIFT) + PAGE_SIZE - 1, in defrag_one_range()
1383 (last_index << PAGE_SHIFT) + PAGE_SIZE - 1, in defrag_one_range()
A Dfree-space-cache.c349 unsigned long last_index; in readahead_cache() local
352 last_index = (i_size_read(inode) - 1) >> PAGE_SHIFT; in readahead_cache()
354 page_cache_sync_readahead(inode->i_mapping, &ra, NULL, 0, last_index); in readahead_cache()
A Dsend.c4941 pgoff_t last_index; in put_file_data() local
4953 last_index = (offset + len - 1) >> PAGE_SHIFT; in put_file_data()
4959 while (index <= last_index) { in put_file_data()
4966 NULL, index, last_index + 1 - index); in put_file_data()
4978 NULL, page, index, last_index + 1 - index); in put_file_data()
/linux/drivers/nvme/host/
A Dcore.c2290 u64 *transition_time, unsigned *last_index) in nvme_apst_get_transition_time() argument
2293 if (*last_index == 1) in nvme_apst_get_transition_time()
2295 *last_index = 1; in nvme_apst_get_transition_time()
2301 if (*last_index <= 2) in nvme_apst_get_transition_time()
2303 *last_index = 2; in nvme_apst_get_transition_time()
/linux/fs/f2fs/
A Dcompress.c1264 unsigned int last_index = cc->cluster_size - 1; in f2fs_write_compressed_pages() local
1297 psize = (loff_t)(cc->rpages[last_index]->index + 1) << PAGE_SHIFT; in f2fs_write_compressed_pages()

Completed in 89 milliseconds

12