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