Searched refs:result_count (Results 1 - 4 of 4) sorted by relevance

/drivers/acpi/acpica/
H A Ddswstate.c84 if (state && !walk_state->result_count) {
89 if (!state && walk_state->result_count) {
104 walk_state->result_count--;
105 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM;
126 index, walk_state, walk_state->result_count));
154 if (walk_state->result_count > walk_state->result_size) {
157 } else if (walk_state->result_count == walk_state->result_size) {
169 if (!(walk_state->result_count < walk_state->result_size)) {
183 object, walk_state, walk_state->result_count));
189 index = (u32)walk_state->result_count
[all...]
H A Dacstruct.h91 u8 result_count; /* Current number of occupied elements of result stack */ member in struct:acpi_walk_state
H A Ddscontrol.c287 } else if (walk_state->result_count) {
/drivers/message/i2o/
H A Di2o_proc.c796 u16 result_count; member in struct:__anon1686
897 u16 result_count; member in struct:__anon1687
972 u16 result_count; member in struct:__anon1688
1039 u16 result_count; member in struct:__anon1689
1080 u16 result_count; member in struct:__anon1690
1128 u16 result_count; member in struct:__anon1691
1180 u16 result_count; member in struct:__anon1692
1223 u16 result_count; member in struct:__anon1693

Completed in 72 milliseconds