Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ busdma_sysctl_tree_top
Function
busdma_sysctl_tree_top
freebsd/arm64/arm64/busdma_bounce.c:1233–1238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1231
}
1232
1233
static struct sysctl_oid *
1234
busdma_sysctl_tree_top(struct bounce_zone *bz)
1235
{
1236
1237
return (bz->sysctl_tree_top);
1238
}
1239
1240
static int
1241
alloc_bounce_zone(bus_dma_tag_t dmat)
Callers
1
alloc_bounce_zone
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected