Lines Matching defs:pop_count
312 * PARAMETERS: pop_count - Number of objects/entries to pop
323 acpi_ds_obj_stack_pop(u32 pop_count, struct acpi_walk_state *walk_state)
329 for (i = 0; i < pop_count; i++) {
336 pop_count, walk_state,
348 pop_count, walk_state, walk_state->num_operands));
357 * PARAMETERS: pop_count - Number of objects/entries to pop
368 acpi_ds_obj_stack_pop_and_delete(u32 pop_count,
376 if (pop_count == 0) {
380 for (i = (s32)pop_count - 1; i >= 0; i--) {
396 pop_count, walk_state, walk_state->num_operands));