Home
last modified time | relevance | path

Searched refs:balloon_process (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/xen/balloon/
HDballoon.c100 static void balloon_process(void *unused);
271 balloon_process(void *unused) in balloon_process() function
295 msleep(balloon_process, &balloon_mutex, 0, "balloon", in balloon_process()
308 wakeup(balloon_process); in set_new_target()
393 kproc_create(balloon_process, NULL, NULL, 0, 0, "balloon"); in xenballoon_attach()