Searched refs:ltop (Results 1 – 3 of 3) sorted by relevance
64 int ltop; member
58 assert(ctx->ltop < (ACPIGEN_LENSTACK_SIZE - 1)); in acpigen_write_len_f()59 ctx->len_stack[ctx->ltop++] = ctx->current; in acpigen_write_len_f()70 assert(ctx->ltop > 0); in acpigen_pop_len()71 p = ctx->len_stack[--ctx->ltop]; in acpigen_pop_len()440 ctx->len_stack[ctx->ltop++] = ctx->current; in acpigen_write_resourcetemplate_header()452 char *p = ctx->len_stack[--ctx->ltop]; in acpigen_write_resourcetemplate_footer()
50 ctx->ltop = 0; in acpi_test_alloc_context_size()677 ut_asserteq(1, ctx->ltop); /* method is unfinished */ in dm_test_acpi_misc()740 ut_asserteq(1, ctx->ltop); in dm_test_acpi_power_res()
Completed in 7 milliseconds