/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utownerid.c | 55 * PARAMETERS: owner_id - Where the new owner ID is returned 64 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id) acpi_ut_allocate_owner_id() argument 75 if (*owner_id) { acpi_ut_allocate_owner_id() 77 *owner_id)); acpi_ut_allocate_owner_id() 124 *owner_id = acpi_ut_allocate_owner_id() 129 (unsigned int)*owner_id)); acpi_ut_allocate_owner_id() 172 acpi_owner_id owner_id = *owner_id_ptr; acpi_ut_release_owner_id() local 177 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id); acpi_ut_release_owner_id() 179 /* Always clear the input owner_id (zero is an invalid ID) */ acpi_ut_release_owner_id() 185 if (owner_id == 0) { acpi_ut_release_owner_id() 186 ACPI_ERROR((AE_INFO, "Invalid OwnerId: 0x%2.2X", owner_id)); acpi_ut_release_owner_id() 199 owner_id--; acpi_ut_release_owner_id() 203 index = ACPI_DIV_32(owner_id); acpi_ut_release_owner_id() 204 bit = 1 << ACPI_MOD_32(owner_id); acpi_ut_release_owner_id() 213 owner_id + 1)); acpi_ut_release_owner_id()
|
H A D | nsalloc.c | 227 acpi_owner_id owner_id = 0; acpi_ns_install_node() local 237 owner_id = walk_state->owner_id; acpi_ns_install_node() 272 node->owner_id = owner_id; acpi_ns_install_node() 278 acpi_ut_get_type_name(node->type), node, owner_id, acpi_ns_install_node() 426 * PARAMETERS: owner_id - All nodes with this owner will be deleted 438 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) acpi_ns_delete_namespace_by_owner() argument 446 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id); acpi_ns_delete_namespace_by_owner() 448 if (owner_id == 0) { acpi_ns_delete_namespace_by_owner() 482 if (child_node->owner_id == owner_id) { acpi_ns_delete_namespace_by_owner() 499 } else if (child_node->owner_id == owner_id) { acpi_ns_delete_namespace_by_owner() 509 if (parent_node->owner_id == owner_id) { acpi_ns_delete_namespace_by_owner()
|
H A D | tbdata.c | 586 acpi_owner_id owner_id; acpi_tb_delete_namespace_by_owner() local 606 owner_id = acpi_gbl_root_table_list.tables[table_index].owner_id; acpi_tb_delete_namespace_by_owner() 619 acpi_ns_delete_namespace_by_owner(owner_id); acpi_tb_delete_namespace_by_owner() 638 * DESCRIPTION: Allocates owner_id in table_desc 653 tables[table_index].owner_id)); acpi_tb_allocate_owner_id() 668 * DESCRIPTION: Releases owner_id in table_desc 682 tables[table_index].owner_id)); acpi_tb_release_owner_id() 695 * owner_id - Where the table owner_id is returned 699 * DESCRIPTION: returns owner_id for the ACPI table 703 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id * owner_id) acpi_tb_get_owner_id() argument 711 *owner_id = acpi_tb_get_owner_id() 712 acpi_gbl_root_table_list.tables[table_index].owner_id; acpi_tb_get_owner_id()
|
H A D | dsinit.c | 95 if (node->owner_id != info->owner_id) { acpi_ds_init_one_object() 196 acpi_owner_id owner_id; acpi_ds_initialize_objects() local 200 status = acpi_tb_get_owner_id(table_index, &owner_id); acpi_ds_initialize_objects() 212 info.owner_id = owner_id; acpi_ds_initialize_objects() 243 table->signature, owner_id, info.object_count, acpi_ds_initialize_objects()
|
H A D | tbxfload.c | 333 acpi_owner_id owner_id; ACPI_EXPORT_SYMBOL() local 345 * The node owner_id is currently the same as the parent table ID. ACPI_EXPORT_SYMBOL() 348 owner_id = node->owner_id; ACPI_EXPORT_SYMBOL() 349 if (!owner_id) { ACPI_EXPORT_SYMBOL() 351 /* owner_id==0 means DSDT is the owner. DSDT cannot be unloaded */ ACPI_EXPORT_SYMBOL() 366 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { ACPI_EXPORT_SYMBOL()
|
H A D | acapps.h | 128 acpi_owner_id * owner_id, u8 load_table, u8 external); 140 acpi_owner_id owner_id); 149 acpi_owner_id owner_id);
|
H A D | nsdump.c | 207 if ((info->owner_id != ACPI_OWNER_ID_MAX) && acpi_ns_dump_one_object() 208 (info->owner_id != this_node->owner_id)) { acpi_ns_dump_one_object() 232 this_node->owner_id); acpi_ns_dump_one_object() 637 * owner_id - Dump only objects owned by this ID. Use 652 acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() 672 info.owner_id = owner_id; acpi_ns_dump_objects() 761 * owner_id - Dump only objects owned by this ID. Use 776 acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() 835 info.owner_id = ACPI_OWNER_ID_MAX; acpi_ns_dump_entry() 649 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() argument 773 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() argument
|
H A D | psloop.c | 68 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id); 184 owner_id); acpi_ps_get_arguments() 308 * owner_id - owner_id of module level code 320 u8 *aml_start, u32 aml_length, acpi_owner_id owner_id) acpi_ps_link_module_code() 357 method_obj->method.owner_id = owner_id; acpi_ps_link_module_code() 319 acpi_ps_link_module_code(union acpi_parse_object *parent_op, u8 *aml_start, u32 aml_length, acpi_owner_id owner_id) acpi_ps_link_module_code() argument
|
H A D | dsmethod.c | 117 acpi_ds_create_walk_state(node->owner_id, NULL, NULL, NULL); acpi_ds_auto_serialize_method() 428 * to begin concurrent execution. We only need one owner_id, even if the acpi_ds_begin_method_execution() 431 if (!obj_desc->method.owner_id) { acpi_ds_begin_method_execution() 432 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id); acpi_ds_begin_method_execution() 510 next_walk_state = acpi_ds_create_walk_state(obj_desc->method.owner_id, acpi_ds_call_control_method() 758 owner_id); acpi_ds_terminate_control_method() 777 * Additional threads. Do not release the owner_id in this case, acpi_ds_terminate_control_method() 824 /* No more threads, we can free the owner_id */ acpi_ds_terminate_control_method() 829 acpi_ut_release_owner_id(&method_desc->method.owner_id); acpi_ds_terminate_control_method()
|
H A D | evgpeinit.c | 251 walk_info.owner_id = table_owner_id; acpi_ev_update_gpes() 303 * per-owner_id evaluation if execute_by_owner_id is TRUE in the 332 /* Check if requested owner_id matches this owner_id */ acpi_ev_match_gpe_method() 335 (method_node->owner_id != walk_info->owner_id)) { acpi_ev_match_gpe_method()
|
H A D | acstruct.h | 79 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member in struct:acpi_walk_state 143 acpi_owner_id owner_id; member in struct:acpi_init_walk_info 230 acpi_owner_id owner_id; member in struct:acpi_walk_info
|
H A D | nsparse.c | 77 acpi_owner_id owner_id; acpi_ns_one_complete_parse() local 81 status = acpi_tb_get_owner_id(table_index, &owner_id); acpi_ns_one_complete_parse() 95 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); acpi_ns_one_complete_parse()
|
H A D | acnamesp.h | 161 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id); 215 acpi_owner_id owner_id, acpi_handle start_handle); 221 acpi_owner_id owner_id, acpi_handle start_handle);
|
H A D | dswstate.c | 528 * PARAMETERS: owner_id - ID for object creation 540 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, acpi_ds_create_walk_state() argument 559 walk_state->owner_id = owner_id; acpi_ds_create_walk_state()
|
H A D | exconfig.c | 88 acpi_owner_id owner_id; acpi_ex_add_table() local 129 status = acpi_tb_get_owner_id(table_index, &owner_id); acpi_ex_add_table() 131 acpi_ev_update_gpes(owner_id); acpi_ex_add_table()
|
H A D | actables.h | 134 acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id);
|
H A D | acdispat.h | 315 struct acpi_walk_state * acpi_ds_create_walk_state(acpi_owner_id owner_id,
|
H A D | acparser.h | 209 acpi_owner_id owner_id,
|
H A D | psxface.c | 269 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, acpi_ps_execute_method()
|
H A D | acutils.h | 594 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id); 596 void acpi_ut_release_owner_id(acpi_owner_id * owner_id);
|
H A D | acobject.h | 187 acpi_owner_id owner_id; member in struct:acpi_object_method
|
H A D | aclocal.h | 166 acpi_owner_id owner_id; /* Node creator */ member in struct:acpi_namespace_node 493 acpi_owner_id owner_id; member in struct:acpi_gpe_walk_info
|
H A D | exdump.c | 131 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.owner_id), "Owner Id"}, 305 {ACPI_EXD_UINT8, ACPI_EXD_NSOFFSET(owner_id), "Owner Id"},
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | rio.h | 38 u8 owner_id; /* Node ID of Hurricane that owns this */ member in struct:rio_detail
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 151 debug ("%s - owner_id = %x\n", __func__, ptr->owner_id); print_lo_info() 166 debug ("%s - owner_id = %x\n", __func__, ptr->owner_id); print_vg_info() 431 rio_detail_ptr->owner_id = readb (io_mem + offset + 6); ebda_rio_table() 440 // debug ("rio_node_id: %x\nbbar: %x\nrio_type: %x\nowner_id: %x\nport0_node: %x\nport0_port: %x\nport1_node: %x\nport1_port: %x\nfirst_slot_num: %x\nstatus: %x\n", rio_detail_ptr->rio_node_id, rio_detail_ptr->bbar, rio_detail_ptr->rio_type, rio_detail_ptr->owner_id, rio_detail_ptr->port0_node_connect, rio_detail_ptr->port0_port_connect, rio_detail_ptr->port1_node_connect, rio_detail_ptr->port1_port_connect, rio_detail_ptr->first_slot_num, rio_detail_ptr->status); ebda_rio_table()
|
H A D | ibmphp.h | 137 u8 owner_id; member in struct:rio_detail
|
/linux-4.1.27/include/acpi/ |
H A D | acconfig.h | 131 /* owner_id tracking. 8 entries allows for 255 owner_ids */
|
H A D | actbl.h | 370 acpi_owner_id owner_id; member in struct:acpi_table_desc
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs4state.c | 435 err = ida_get_new(&server->openowner_id, &new->so_seqid.owner_id); nfs4_insert_state_owner_locked() 450 ida_remove(&server->openowner_id, sp->so_seqid.owner_id); nfs4_remove_state_owner_locked() 833 lsp->ls_seqid.owner_id = ida_simple_get(&server->lockowner_id, 0, 0, GFP_NOFS); nfs4_alloc_lock_state() 834 if (lsp->ls_seqid.owner_id < 0) nfs4_alloc_lock_state() 845 ida_simple_remove(&server->lockowner_id, lsp->ls_seqid.owner_id); nfs4_free_lock_state()
|
H A D | nfs4_fs.h | 72 int owner_id; member in struct:nfs_seqid_counter
|
H A D | nfs4proc.c | 1045 p->o_arg.id.uniquifier = sp->so_seqid.owner_id; nfs4_opendata_alloc() 5340 arg.lock_owner.id = lsp->ls_seqid.owner_id; _nfs4_proc_getlk() 5611 p->arg.lock_owner.id = lsp->ls_seqid.owner_id; nfs4_alloc_lockdata() 6108 data->args.lock_owner.id = lsp->ls_seqid.owner_id; nfs4_release_lockowner()
|
/linux-4.1.27/fs/ntfs/ |
H A D | layout.h | 919 /* 48*/ le32 owner_id; /* Owner_id of the user owning member in struct:__anon11161::__anon11162::__anon11164 2110 * in the entry where owner_id = QUOTA_DEFAULTS_ID. 2131 * i.e. the key is the owner_id. The user_id of the owner of a file, i.e. the 2132 * owner_id, is found in the standard information attribute. The collation rule 2137 * entry belongs to, i.e. the owner_id. The collation rule for $O is 2161 * Predefined owner_id values (32-bit). 2271 le32 owner_id; /* $Q index in FILE_Extend/$Quota: member in union:__anon11219::__anon11223
|