Searched refs:iter_count (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | callchain.c | 622 call->iter_count = cursor_node->nr_loop_iter; in fill_node() 780 cnode->iter_count += node->nr_loop_iter; in match_chain() 1353 u64 cycles_count, u64 iter_count, in branch_from_str() argument 1366 if (iter_count && from_count) { in branch_from_str() 1367 v = iter_count / from_count; in branch_from_str() 1373 iter_cycles / iter_count, in branch_from_str() 1387 u64 iter_count, u64 iter_cycles, in counts_str_build() argument 1401 cycles_count, iter_count, iter_cycles, in counts_str_build() 1414 u64 iter_count, u64 iter_cycles, in callchain_counts_printf() argument 1435 u64 iter_count, iter_cycles; in callchain_list_counts__printf_value() local [all …]
|
A D | callchain.h | 130 u64 iter_count; member
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | scan.h | 220 __le16 iter_count; member 734 u8 iter_count; member 740 u8 iter_count; member 757 u8 iter_count; member
|
/linux-6.3-rc2/tools/testing/selftests/rtc/ |
A D | rtctest.c | 87 long iter_count = 0; variable 119 iter_count++; 122 TH_LOG("Performed %ld RTC time reads.", iter_count);
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | scan.c | 677 channel_cfg[i].iter_count = cpu_to_le16(1); in iwl_mvm_lmac_scan_cfg_channels() 1585 channel_cfg[i].v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels() 1588 channel_cfg[i].v1.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels() 1613 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v4() 1644 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v6() 1754 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v6_6g() 2178 schedule[i].iter_count = scan_plan->iterations; in iwl_mvm_fill_scan_sched_params() 2189 if (!schedule[params->n_scan_plans - 1].iter_count) in iwl_mvm_fill_scan_sched_params() 2190 schedule[params->n_scan_plans - 1].iter_count = 0xff; in iwl_mvm_fill_scan_sched_params() 2378 cfg->v2.iter_count = 1; in iwl_mvm_scan_umac_fill_ch_p_v6()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | inode.c | 765 size_t iter_count = iov_iter_count(iter); in ntfs_direct_IO() local 782 end = vbo + iter_count; in ntfs_direct_IO()
|
Completed in 21 milliseconds