Searched refs:result_count (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | dswstate.c | 85 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 …]
|
D | acstruct.h | 86 u8 result_count; /* Current number of occupied elements of result stack */ member
|
D | dscontrol.c | 286 } else if (walk_state->result_count) { in acpi_ds_exec_end_control_op()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 786 u16 result_count; in i2o_seq_show_ddm_table() member 888 u16 result_count; in i2o_seq_show_drivers_stored() member 965 u16 result_count; in i2o_seq_show_groups() member 1032 u16 result_count; in i2o_seq_show_phys_device() member 1073 u16 result_count; in i2o_seq_show_claimed() member 1121 u16 result_count; in i2o_seq_show_users() member 1173 u16 result_count; in i2o_seq_show_priv_msgs() member 1216 u16 result_count; in i2o_seq_show_authorized_users() member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 3240 u32 result_count; in brcmf_notify_sched_scan_results() local 3251 result_count = le32_to_cpu(pfn_result->count); in brcmf_notify_sched_scan_results() 3259 brcmf_dbg(SCAN, "PFN NET FOUND event. count: %d\n", result_count); in brcmf_notify_sched_scan_results() 3260 if (result_count > 0) { in brcmf_notify_sched_scan_results() 3264 ssid = kcalloc(result_count, sizeof(*ssid), GFP_KERNEL); in brcmf_notify_sched_scan_results() 3265 channel = kcalloc(result_count, sizeof(*channel), GFP_KERNEL); in brcmf_notify_sched_scan_results() 3275 for (i = 0; i < result_count; i++) { in brcmf_notify_sched_scan_results()
|