MCPcopy Create free account
hub / github.com/F-Stack/f-stack / busdma_sysctl_tree

Function busdma_sysctl_tree

freebsd/arm64/arm64/busdma_bounce.c:1226–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224SYSINIT(bpages, SI_SUB_LOCK, SI_ORDER_ANY, init_bounce_pages, NULL);
1225
1226static struct sysctl_ctx_list *
1227busdma_sysctl_tree(struct bounce_zone *bz)
1228{
1229
1230 return (&bz->sysctl_tree);
1231}
1232
1233static struct sysctl_oid *
1234busdma_sysctl_tree_top(struct bounce_zone *bz)

Callers 1

alloc_bounce_zoneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected