Home
last modified time | relevance | path

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

/trueos/sys/dev/xen/balloon/
HDballoon.c97 struct balloon_entry { struct
99 STAILQ_ENTRY(balloon_entry) list; argument
103 static STAILQ_HEAD(,balloon_entry) ballooned_pages;
117 struct balloon_entry *entry; in balloon_append()
121 entry = malloc(sizeof(struct balloon_entry), M_BALLOON, M_NOWAIT); in balloon_append()
136 struct balloon_entry *entry; in balloon_retrieve()
206 struct balloon_entry *entry; in increase_reservation()