/Linux-v5.10/tools/testing/selftests/arm64/mte/ |
D | check_buffer_fill.c | 67 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() 104 if (cur_mte_cxt.fault_valid == true || last_index != -underflow_range) { 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() [all …]
|
/Linux-v5.10/drivers/cpufreq/ |
D | cpufreq_stats.c | 20 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() 279 old_index = stats->last_index; in cpufreq_stats_record_transition() 288 stats->last_index = new_index; in cpufreq_stats_record_transition()
|
/Linux-v5.10/tools/perf/util/ |
D | pstack.c | 42 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-v5.10/kernel/trace/ |
D | trace_printk.c | 258 int last_index; in find_next() local 277 last_index = start_index; in find_next() 280 if (*pos < last_index + start_index) in find_next() 281 return __start___tracepoint_str + (*pos - last_index); in find_next() 283 start_index += last_index; in find_next()
|
/Linux-v5.10/tools/testing/radix-tree/ |
D | tag_check.c | 137 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-v5.10/fs/ocfs2/ |
D | mmap.c | 57 pgoff_t last_index; in __ocfs2_page_mkwrite() local 62 last_index = (size - 1) >> PAGE_SHIFT; in __ocfs2_page_mkwrite() 92 if (page->index == last_index) in __ocfs2_page_mkwrite()
|
/Linux-v5.10/drivers/char/ |
D | mspec.c | 106 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-v5.10/drivers/acpi/ |
D | acpi_processor.c | 753 int last_index = 0; in acpi_processor_evaluate_cst() local 790 if (last_index >= ACPI_PROCESSOR_MAX_POWER - 1) { in acpi_processor_evaluate_cst() 836 last_index = 1; in acpi_processor_evaluate_cst() 839 cx.index = last_index + 1; in acpi_processor_evaluate_cst() 897 memcpy(&info->states[++last_index], &cx, sizeof(cx)); in acpi_processor_evaluate_cst() 900 acpi_handle_info(handle, "Found %d idle states\n", last_index); in acpi_processor_evaluate_cst() 902 info->count = last_index; in acpi_processor_evaluate_cst()
|
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | device.c | 502 u32 overlap_cnt = 0, last_index = hdev->idle_busy_ts_idx; in hl_device_utilization() local 508 ts = &hdev->idle_busy_ts_arr[last_index]; in hl_device_utilization() 514 last_index--; in hl_device_utilization() 516 if (last_index > HL_IDLE_BUSY_TS_ARR_SIZE) in hl_device_utilization() 517 last_index = HL_IDLE_BUSY_TS_ARR_SIZE - 1; in hl_device_utilization() 519 ts = &hdev->idle_busy_ts_arr[last_index]; in hl_device_utilization() 578 last_index--; in hl_device_utilization() 580 if (last_index > HL_IDLE_BUSY_TS_ARR_SIZE) in hl_device_utilization() 581 last_index = HL_IDLE_BUSY_TS_ARR_SIZE - 1; in hl_device_utilization() 583 ts = &hdev->idle_busy_ts_arr[last_index]; in hl_device_utilization()
|
/Linux-v5.10/drivers/accessibility/speakup/ |
D | speakup_soft.c | 316 static int last_index; variable 329 last_index = supplied_index; in softsynth_write() 352 rv = last_index; in get_index() 353 last_index = 0; in get_index()
|
/Linux-v5.10/include/linux/netfilter/ |
D | nf_conntrack_tcp.h | 23 u_int8_t last_index; /* Index of the last packet */ member
|
/Linux-v5.10/drivers/dma/ |
D | of-dma.c | 244 static atomic_t last_index; in of_dma_request_slave_channel() local 266 start = atomic_inc_return(&last_index); in of_dma_request_slave_channel()
|
/Linux-v5.10/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 825 ct->proto.tcp.last_index = TCP_NONE_SET; in tcp_new() 897 && ct->proto.tcp.last_index == TCP_RST_SET)) { in nf_conntrack_tcp_packet() 926 && ct->proto.tcp.last_index == TCP_SYN_SET in nf_conntrack_tcp_packet() 953 ct->proto.tcp.last_index = index; in nf_conntrack_tcp_packet() 1024 ct->proto.tcp.last_index == TCP_SYN_SET && in nf_conntrack_tcp_packet() 1066 if (ct->proto.tcp.last_index == TCP_ACK_SET && in nf_conntrack_tcp_packet() 1077 && ct->proto.tcp.last_index == TCP_SYN_SET) in nf_conntrack_tcp_packet() 1079 && ct->proto.tcp.last_index == TCP_ACK_SET)) in nf_conntrack_tcp_packet() 1105 ct->proto.tcp.last_index = index; in nf_conntrack_tcp_packet()
|
/Linux-v5.10/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 2050 int last_index = -1; in lan743x_rx_process_packet() local 2068 last_index = rx->last_head; in lan743x_rx_process_packet() 2079 last_index = index; in lan743x_rx_process_packet() 2085 if (last_index >= 0) { in lan743x_rx_process_packet() 2086 descriptor = &rx->ring_cpu_ptr[last_index]; in lan743x_rx_process_packet() 2090 last_index); in lan743x_rx_process_packet() 2107 last_index = -1; in lan743x_rx_process_packet() 2112 if (first_index >= 0 && last_index >= 0) { in lan743x_rx_process_packet() 2113 int real_last_index = last_index; in lan743x_rx_process_packet() 2119 if (first_index == last_index) { in lan743x_rx_process_packet() [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
D | ia_css_debug.c | 1528 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-v5.10/fs/ufs/ |
D | balloc.c | 247 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-v5.10/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 81 u8 last_index; member
|
/Linux-v5.10/fs/erofs/ |
D | zdata.c | 1166 pgoff_t last_index; in z_erofs_submit_queue() local 1205 if (bio && cur != last_index + 1) { in z_erofs_submit_queue() 1228 last_index = cur; in z_erofs_submit_queue()
|
/Linux-v5.10/mm/ |
D | filemap.c | 2194 pgoff_t last_index; in generic_file_buffered_read() local 2207 last_index = (*ppos + iter->count + PAGE_SIZE-1) >> PAGE_SHIFT; in generic_file_buffered_read() 2237 index, last_index - index); in generic_file_buffered_read() 2249 index, last_index - index); in generic_file_buffered_read()
|
D | memory.c | 3151 details->first_index, details->last_index) { in unmap_mapping_range_tree() 3158 zea = details->last_index; in unmap_mapping_range_tree() 3188 details.last_index = start + nr - 1; in unmap_mapping_pages() 3189 if (details.last_index < details.first_index) in unmap_mapping_pages() 3190 details.last_index = ULONG_MAX; in unmap_mapping_pages()
|
/Linux-v5.10/fs/btrfs/ |
D | relocation.c | 2685 unsigned long last_index; in relocate_file_extent_cluster() local 2711 last_index = (cluster->end - offset) >> PAGE_SHIFT; in relocate_file_extent_cluster() 2712 while (index <= last_index) { in relocate_file_extent_cluster() 2722 last_index + 1 - index); in relocate_file_extent_cluster() 2738 last_index + 1 - index); in relocate_file_extent_cluster()
|
D | ioctl.c | 1424 unsigned long last_index; in btrfs_defrag_file() local 1479 last_index = min_t(u64, isize - 1, in btrfs_defrag_file() 1482 last_index = (isize - 1) >> PAGE_SHIFT; in btrfs_defrag_file() 1501 max_to_defrag = last_index - i + 1; in btrfs_defrag_file() 1510 while (i <= last_index && defrag_count < max_to_defrag && in btrfs_defrag_file()
|
D | free-space-cache.c | 289 unsigned long last_index; in readahead_cache() local 296 last_index = (i_size_read(inode) - 1) >> PAGE_SHIFT; in readahead_cache() 298 page_cache_sync_readahead(inode->i_mapping, ra, NULL, 0, last_index); in readahead_cache()
|
D | send.c | 4940 pgoff_t last_index; in put_file_data() local 4952 last_index = (offset + len - 1) >> PAGE_SHIFT; in put_file_data() 4958 while (index <= last_index) { in put_file_data() 4965 NULL, index, last_index + 1 - index); in put_file_data() 4977 NULL, page, index, last_index + 1 - index); in put_file_data()
|
/Linux-v5.10/fs/f2fs/ |
D | compress.c | 1177 unsigned int last_index = cc->cluster_size - 1; in f2fs_write_compressed_pages() local 1204 psize = (loff_t)(cc->rpages[last_index]->index + 1) << PAGE_SHIFT; in f2fs_write_compressed_pages()
|