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