Home
last modified time | relevance | path

Searched refs:result_count (Results 1 – 5 of 5) sorted by relevance

/drivers/acpi/acpica/
Ddswstate.c85 if (state && !walk_state->result_count) { in acpi_ds_result_pop()
90 if (!state && walk_state->result_count) { in acpi_ds_result_pop()
105 walk_state->result_count--; in acpi_ds_result_pop()
106 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()
127 index, walk_state, walk_state->result_count)); in acpi_ds_result_pop()
155 if (walk_state->result_count > walk_state->result_size) { in acpi_ds_result_push()
158 } else if (walk_state->result_count == walk_state->result_size) { in acpi_ds_result_push()
170 if (!(walk_state->result_count < walk_state->result_size)) { in acpi_ds_result_push()
184 object, walk_state, walk_state->result_count)); in acpi_ds_result_push()
190 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_push()
[all …]
Ddbdisply.c513 u32 result_count = 0; in acpi_db_display_results() local
528 result_count = walk_state->result_count; in acpi_db_display_results()
532 acpi_ut_get_node_name(node), result_count); in acpi_db_display_results()
537 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
539 for (i = 0; i < result_count; i++) { in acpi_db_display_results()
Dacstruct.h87 u8 result_count; /* Current number of occupied elements of result stack */ member
Ddscontrol.c286 } else if (walk_state->result_count) { in acpi_ds_exec_end_control_op()
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c3345 u32 result_count; in brcmf_notify_sched_scan_results() local
3362 result_count = le32_to_cpu(pfn_result->count); in brcmf_notify_sched_scan_results()
3370 brcmf_dbg(SCAN, "PFN NET FOUND event. count: %d\n", result_count); in brcmf_notify_sched_scan_results()
3371 if (result_count > 0) { in brcmf_notify_sched_scan_results()
3377 if (datalen < result_count * sizeof(*netinfo)) { in brcmf_notify_sched_scan_results()
3383 ssid = kcalloc(result_count, sizeof(*ssid), GFP_KERNEL); in brcmf_notify_sched_scan_results()
3384 channel = kcalloc(result_count, sizeof(*channel), GFP_KERNEL); in brcmf_notify_sched_scan_results()
3391 for (i = 0; i < result_count; i++) { in brcmf_notify_sched_scan_results()