Searched refs:this_node (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | nsaccess.c | 395 this_node)); in acpi_ns_lookup() 408 this_node = prefix_node; in acpi_ns_lookup() 425 this_node = this_node->parent; in acpi_ns_lookup() 426 if (!this_node) { in acpi_ns_lookup() 475 type = this_node->type; in acpi_ns_lookup() 540 current_node = this_node; in acpi_ns_lookup() 593 &this_node); in acpi_ns_lookup() 637 (this_node); in acpi_ns_lookup() 664 this_node = in acpi_ns_lookup() 666 this_node->object; in acpi_ns_lookup() [all …]
|
A D | nsdump.c | 144 struct acpi_namespace_node *this_node; in acpi_ns_dump_one_object() local 165 this_node = acpi_ns_validate_handle(obj_handle); in acpi_ns_dump_one_object() 166 if (!this_node) { in acpi_ns_dump_one_object() 172 type = this_node->type; in acpi_ns_dump_one_object() 178 (info->owner_id != this_node->owner_id)) { in acpi_ns_dump_one_object() 195 acpi_os_printf("%4.4s", acpi_ut_get_node_name(this_node)); in acpi_ns_dump_one_object() 201 acpi_ut_get_type_name(type), this_node, in acpi_ns_dump_one_object() 202 this_node->owner_id); in acpi_ns_dump_one_object() 206 obj_desc = acpi_ns_get_attached_object(this_node); in acpi_ns_dump_one_object() 211 if (this_node->flags & ANOBJ_TEMPORARY) { in acpi_ns_dump_one_object() [all …]
|
/linux-6.3-rc2/fs/befs/ |
A D | btree.c | 263 if (!this_node) { in befs_btree_find() 269 this_node->bh = NULL; in befs_btree_find() 294 brelse(this_node->bh); in befs_btree_find() 295 kfree(this_node); in befs_btree_find() 308 kfree(this_node); in befs_btree_find() 442 this_node->bh = NULL; in befs_btree_read() 448 kfree(this_node); in befs_btree_read() 470 kfree(this_node); in befs_btree_read() 511 kfree(this_node); in befs_btree_read() 518 kfree(this_node); in befs_btree_read() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | gfp.h | 213 static inline void warn_if_node_offline(int this_node, gfp_t gfp_mask) in warn_if_node_offline() argument 220 if (node_online(this_node)) in warn_if_node_offline() 223 pr_warn("%pGg allocation from offline node %d\n", &gfp_mask, this_node); in warn_if_node_offline()
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | stackglue.h | 150 int (*this_node)(struct ocfs2_cluster_connection *conn, member
|
A D | stack_user.c | 1056 unsigned int *this_node) in user_cluster_this_node() argument 1071 *this_node = rc; in user_cluster_this_node() 1078 .this_node = user_cluster_this_node,
|
A D | stack_o2cb.c | 410 .this_node = o2cb_cluster_this_node,
|
A D | stackglue.c | 463 return active_stack->sp_ops->this_node(conn, node); in ocfs2_cluster_this_node()
|
Completed in 19 milliseconds