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

/linux-master/kernel/
H A Dpid_sysctl.h13 int err, scope, parent_scope; local
21 parent_scope = pidns_memfd_noexec_scope(ns->parent);
23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope);
26 table_copy.extra1 = &parent_scope;
/linux-master/drivers/acpi/acpica/
H A Dpsobject.c304 union acpi_parse_object *parent_scope; local
379 parent_scope = acpi_ps_get_parent_scope(&(walk_state->parser_state));
380 acpi_ps_append_arg(parent_scope, op);
382 if (parent_scope) {
384 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode);
388 if (parent_scope->common.arg_list_length >
398 else if ((parent_scope->common.aml_opcode == AML_INCREMENT_OP)
399 || (parent_scope->common.aml_opcode ==

Completed in 114 milliseconds