Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lguest_user.c File Reference
#include <linux/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/eventfd.h>
#include <linux/file.h>
#include <linux/slab.h>
#include <linux/export.h>
#include "lg.h"

Go to the source code of this file.

Functions

bool send_notify_to_eventfd (struct lg_cpu *cpu)
 
int __init lguest_device_init (void)
 
void __exit lguest_device_remove (void)
 

Function Documentation

int __init lguest_device_init ( void  )

Definition at line 534 of file lguest_user.c.

void __exit lguest_device_remove ( void  )

Definition at line 539 of file lguest_user.c.

bool send_notify_to_eventfd ( struct lg_cpu cpu)

Definition at line 27 of file lguest_user.c.