tools/testing/shared/maple-shim.c

Source file repositories/reference/linux-study-clean/tools/testing/shared/maple-shim.c

File Facts

System
Linux kernel
Corpus path
tools/testing/shared/maple-shim.c
Extension
.c
Size
341 bytes
Lines
15
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

void maple_rcu_cb(struct rcu_head *head) {
	struct maple_node *node = container_of(head, struct maple_node, rcu);

	kmem_cache_free(maple_node_cache, node);
}

Annotation

Implementation Notes