search for: balloon_pde

Displaying 1 result from an estimated 1 matches for "balloon_pde".

Did you mean: balloon_page
2004 Jul 16
1
/proc/xen/memory_target patch
...xeno-unstable.bk/linux-2.4.26-xen-sparse/arch/xen/drivers/balloon/balloon.c Tue Jul 6 15:09:30 2004 --- obj-unstable/xeno-unstable.bk/linux-2.4.26-xen-sparse/arch/xen/drivers/balloon/balloon.c Fri Jul 16 15:12:11 2004 *************** *** 39,44 **** --- 39,45 ---- static struct proc_dir_entry *balloon_pde; unsigned long credit; + static unsigned long current_pages, max_pages; static inline pte_t *get_ptep(unsigned long addr) { *************** *** 221,270 **** return ret; } static int balloon_write(struct file *file, const char *buffer, u_long count, v...