balloon_process
msleep(balloon_process, &balloon_mutex, 0, "balloon",
wakeup(balloon_process);
kproc_create(balloon_process, NULL, NULL, 0, 0, "balloon");
static void balloon_process(void *unused);