Searched refs:iter_count (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | callchain.c | 631 call->iter_count = cursor_node->nr_loop_iter; in fill_node() 798 cnode->iter_count += node->nr_loop_iter; in match_chain() 1381 u64 cycles_count, u64 iter_count, in branch_from_str() argument 1394 if (iter_count && from_count) { in branch_from_str() 1395 v = iter_count / from_count; in branch_from_str() 1401 iter_cycles / iter_count, in branch_from_str() 1415 u64 iter_count, u64 iter_cycles, in counts_str_build() argument 1429 cycles_count, iter_count, iter_cycles, in counts_str_build() 1442 u64 iter_count, u64 iter_cycles, in callchain_counts_printf() argument 1465 u64 iter_count, iter_cycles; in callchain_list_counts__printf_value() local [all …]
|
| H A D | callchain.h | 126 u64 iter_count; member
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | scan.h | 226 __le16 iter_count; member 757 u8 iter_count; member 762 u8 iter_count; member 770 u8 iter_count; member 784 u8 iter_count; member
|
| /linux-6.15/tools/testing/selftests/rtc/ |
| H A D | rtctest.c | 116 long iter_count = 0; variable 148 iter_count++; 151 TH_LOG("Performed %ld RTC time reads.", iter_count);
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io-direct.c | 457 unsigned unaligned, iter_count; in bch2_dio_write_loop() local 464 iter_count = dio->iter.count; in bch2_dio_write_loop() 489 req->ki_pos + iter_count - 1); in bch2_dio_write_loop()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | scan.c | 577 schedule[i].iter_count = scan_plan->iterations; in iwl_mld_scan_cmd_set_sched_params() 587 if (!schedule[params->n_scan_plans - 1].iter_count) in iwl_mld_scan_cmd_set_sched_params() 588 schedule[params->n_scan_plans - 1].iter_count = 0xff; in iwl_mld_scan_cmd_set_sched_params() 840 cfg->v2.iter_count = 1; in iwl_mld_scan_cmd_set_channels() 883 cfg->v5.iter_count = 1; in iwl_mld_scan_cfg_channels_6g() 1121 cfg->v5.iter_count = 1; in iwl_mld_scan_cmd_set_chan_params()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 692 channel_cfg[i].iter_count = cpu_to_le16(1); in iwl_mvm_lmac_scan_cfg_channels() 1603 channel_cfg[i].v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels() 1606 channel_cfg[i].v1.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels() 1631 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v4() 1673 cfg->v2.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v7() 1799 cfg->v5.iter_count = 1; in iwl_mvm_umac_scan_cfg_channels_v7_6g() 2274 schedule[i].iter_count = scan_plan->iterations; in iwl_mvm_fill_scan_sched_params() 2285 if (!schedule[params->n_scan_plans - 1].iter_count) in iwl_mvm_fill_scan_sched_params() 2286 schedule[params->n_scan_plans - 1].iter_count = 0xff; in iwl_mvm_fill_scan_sched_params() 2481 cfg->v5.iter_count = 1; in iwl_mvm_scan_umac_fill_ch_p_v7()
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | pagemap_ioctl.c | 1311 static unsigned int iter_count = 1000; variable 1424 for (i = 0; i < iter_count; ++i) { in transact_test() 1479 100.0 * extra_pages / (iter_count * nthreads * access_per_thread), in transact_test()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 799 size_t iter_count = iov_iter_count(iter); in ntfs_direct_IO() local 816 end = vbo + iter_count; in ntfs_direct_IO()
|