Home
last modified time | relevance | path

Searched refs:walk_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dacstruct.h40 u8 walk_type; member
H A Dpsloop.c240 if (walk_state->walk_type & ACPI_WALK_METHOD_RESTART) { in acpi_ps_parse_loop()
H A Ddswstate.c605 walk_state->walk_type = ACPI_WALK_METHOD; in acpi_ds_init_aml_walk()
H A Dpsparse.c633 walk_state->walk_type |= in acpi_ps_parse_aml()
H A Ddswexec.c267 if (walk_state->walk_type & ACPI_WALK_METHOD) { in acpi_ds_exec_begin_op()
/openbmc/linux/kernel/bpf/
H A Dbtf.c8506 const struct btf_type *walk_type, *safe_type; in btf_nested_type_is_trusted() local
8513 walk_type = btf_type_by_id(btf, reg->btf_id); in btf_nested_type_is_trusted()
8514 if (!walk_type) in btf_nested_type_is_trusted()
8517 tname = btf_name_by_offset(btf, walk_type->name_off); in btf_nested_type_is_trusted()
8523 safe_id = btf_find_by_name_kind(btf, safe_tname, BTF_INFO_KIND(walk_type->info)); in btf_nested_type_is_trusted()