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

Function busdma_sysctl_tree

freebsd/mips/mips/busdma_machdep.c:1299–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297SYSINIT(bpages, SI_SUB_LOCK, SI_ORDER_ANY, init_bounce_pages, NULL);
1298
1299static struct sysctl_ctx_list *
1300busdma_sysctl_tree(struct bounce_zone *bz)
1301{
1302 return (&bz->sysctl_tree);
1303}
1304
1305static struct sysctl_oid *
1306busdma_sysctl_tree_top(struct bounce_zone *bz)

Callers 1

alloc_bounce_zoneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected