Searched refs:pop_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddswstate.c345 * PARAMETERS: pop_count - Number of objects/entries to pop
356 acpi_ds_obj_stack_pop(u32 pop_count, struct acpi_walk_state * walk_state) argument
362 for (i = 0; i < pop_count; i++) {
369 pop_count, walk_state,
381 pop_count, walk_state, walk_state->num_operands));
390 * PARAMETERS: pop_count - Number of objects/entries to pop
401 acpi_ds_obj_stack_pop_and_delete(u32 pop_count, argument
409 if (pop_count == 0) {
413 for (i = (s32) pop_count - 1; i >= 0; i--) {
429 pop_count, walk_stat
[all...]
H A Dacdispat.h304 acpi_ds_obj_stack_pop(u32 pop_count, struct acpi_walk_state *walk_state);
320 acpi_ds_obj_stack_pop_and_delete(u32 pop_count,

Completed in 31 milliseconds