/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom_stats.c | 47 size_t num_records; member 145 for (i = 0; i < config->num_records; i++) { in qcom_create_soc_sleep_stat_files() 199 d = devm_kcalloc(&pdev->dev, config->num_records, in qcom_stats_probe() 204 for (i = 0; i < config->num_records; i++) in qcom_stats_probe() 230 .num_records = 2, 239 .num_records = 2, 247 .num_records = 2, 255 .num_records = 3,
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 115 int num_records; member 164 kvp_file_info[pool].num_records, filep); in kvp_update_file() 226 kvp_file_info[pool].num_records = records_read; in kvp_update_mem_state() 260 kvp_file_info[i].num_records = 0; in kvp_file_init() 271 int num_records; in kvp_key_delete() local 279 num_records = kvp_file_info[pool].num_records; in kvp_key_delete() 282 for (i = 0; i < num_records; i++) { in kvp_key_delete() 289 if (i == (num_records - 1)) { in kvp_key_delete() 290 kvp_file_info[pool].num_records--; in kvp_key_delete() 297 for (; k < num_records; k++) { in kvp_key_delete() [all …]
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | mp_init.c | 44 int num_records; member 99 for (i = 0; i < mp_info.num_records; i++) { in ap_do_flight_plan() 381 for (i = 0; i < mp_params->num_records; i++) { in bsp_do_flight_plan() 509 if (p == NULL || p->flight_plan == NULL || p->num_records < 1) { in mp_init() 528 mp_info.num_records = p->num_records; in mp_init()
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_power_voltage_readings.robot | 40 ${num_records}= Get Length ${records} 41 Rprint Vars num_records records fmt=terse
|
H A D | test_thermal_ambient_temperatures.robot | 55 ${num_records}= Get Length ${records} 56 Rprint Vars num_records records
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 333 ${num_records}= Get Length ${match_conf_file_list} 334 Return From Keyword If ${num_records} == ${0} ${EMPTY} 471 ${num_records}= Get Length ${Partition_file_list} 477 Run Keyword If ${num_records} == ${1} 572 ${num_records}= Get Length ${Partition_file_list} 586 Run Keyword If ${num_records} == ${1} 621 ${num_records}= Get Length ${file_name} 648 ${num_records}= Get Length ${Partition_file_list} 664 Run Keyword If ${num_records} == ${1} 842 ${num_records}= Get Length ${Partition_file_list} [all …]
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | redfish_host_code_update.robot | 44 ${num_records}= Get Length ${functional_sw_inv} 46 Run Keyword If ${num_records} != 0
|
H A D | redfish_bmc_code_update.robot | 74 Run Keyword If ${num_records} > 0
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | mp.h | 65 int num_records; member
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_code_update_utils.robot | 138 ${num_records}= Get Length ${software_inventory} 140 Return From Keyword If ${num_records} == ${0} ${EMPTY} 178 ${num_records}= Get Length ${resp} 179 Set Global Variable ${num_records} 180 Return From Keyword If ${num_records} == ${0} ${EMPTY}
|
H A D | code_update_utils.robot | 565 ${num_records}= Get Length ${task_list} 566 Return From Keyword If ${num_records} == ${0} ${EMPTY 572 ${num_records}= Get Length ${task_inventory} 573 Return From Keyword If ${num_records} == ${0} ${EMPTY}
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ds.c | 402 __u32 num_records; member 438 pkt.tag.num_records = 0; in __dr_cpu_send_error() 502 tag->num_records = ncpus; in dr_cpu_init_response() 652 purge_dups(cpu_list, tag->num_records); in dr_cpu_data() 655 for (i = 0; i < tag->num_records; i++) { in dr_cpu_data()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ndctl.h | 83 __u32 num_records; member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | dasd.h | 226 unsigned int num_records; /* Records in the track in error */ member
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 1160 u32 num_records; member 1200 u32 num_records; member 1231 u32 num_records; member 1673 u32 num_records; member
|
H A D | debugfs_htt_stats.c | 2581 htt_stats_buf->num_records); in htt_print_ring_if_cmn_tlv() 2664 htt_stats_buf->num_records); in htt_print_sfm_cmn_tlv() 2746 htt_stats_buf->num_records); in htt_print_sring_cmn_tlv() 3495 htt_stats_buf->num_records); in htt_print_pdev_cca_stats_hist_tlv()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3384 u16 num_records; in ath10k_htt_rx_tx_fetch_ind() local 3400 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind() 3403 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind() 3412 num_records, num_resp_ids, in ath10k_htt_rx_tx_fetch_ind() 3427 for (i = 0; i < num_records; i++) { in ath10k_htt_rx_tx_fetch_ind() 3495 num_records); in ath10k_htt_rx_tx_fetch_ind() 3541 size_t num_records; in ath10k_htt_rx_tx_mode_switch_ind() local 3563 num_records = MS(info0, HTT_TX_MODE_SWITCH_IND_INFO1_THRESHOLD); in ath10k_htt_rx_tx_mode_switch_ind() 3569 info0, info1, enable, num_records, mode, threshold); in ath10k_htt_rx_tx_mode_switch_ind() 3571 len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_mode_switch_ind() [all …]
|
H A D | htt.h | 1564 __le16 num_records; member 1575 return (void *)&ind->records[le16_to_cpu(ind->num_records)]; in ath10k_htt_get_tx_fetch_ind_resp_ids() 1582 __le16 num_records; member 2439 size_t num_records);
|
H A D | htt_tx.c | 1108 size_t num_records) in ath10k_htt_tx_fetch_resp() argument 1122 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp() 1133 cmd->tx_fetch_resp.num_records = cpu_to_le16(num_records); in ath10k_htt_tx_fetch_resp() 1137 sizeof(records[0]) * num_records); in ath10k_htt_tx_fetch_resp()
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | cpu.c | 576 mp_params.num_records = ARRAY_SIZE(mp_steps); in x86_mp_init()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf.c | 2710 __u32 num_records; in btf_ext_setup_info() local 2718 num_records = sinfo->num_info; in btf_ext_setup_info() 2719 if (num_records == 0) { in btf_ext_setup_info() 2725 total_record_size = sec_hdrlen + (__u64)num_records * record_size; in btf_ext_setup_info()
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | core.c | 2496 ars_status->num_records); in ars_status_process_records() 2500 for (i = 0; i < ars_status->num_records; i++) { in ars_status_process_records() 2511 if (i < ars_status->num_records) in ars_status_process_records()
|
/openbmc/linux/drivers/scsi/ |
H A D | ipr.h | 478 u8 num_records; member
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | nfit.c | 563 ars_status->num_records = i; in post_ars_status()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 3477 cdata->num_records = count; in dasd_eckd_format_evaluate_tracks()
|