Linux Kernel
3.7.1
|
#include <kmod.h>
Data Fields | |
struct work_struct | work |
struct completion * | complete |
char * | path |
char ** | argv |
char ** | envp |
int | wait |
int | retval |
int(* | init )(struct subprocess_info *info, struct cred *new) |
void(* | cleanup )(struct subprocess_info *info) |
void * | data |
struct completion* complete |
struct work_struct work |