#include <ssdef.h>
#include <linux/linkage.h>
#include <linux/sched.h>
#include <system_data_cells.h>
#include <tqedef.h>
#include <exe_routines.h>
Go to the source code of this file.
Functions | |
asmlinkage int | exe_cantim (unsigned long reqidt, unsigned int acmode) |
remove timer request id from timer queue - see 5.2 11.6.4 | |
asmlinkage int | exe_canwak (unsigned int *pidadr, void *prcnam) |
cancel wake request id from timer queue - see 5.2 11.6.4 |
Definition in file syscanevt.c.
asmlinkage int exe_cantim | ( | unsigned long | reqidt, | |
unsigned int | acmode | |||
) |
remove timer request id from timer queue - see 5.2 11.6.4
reqid | request id | |
acmode | access mode |
Definition at line 27 of file syscanevt.c.
References exe_std_rmvtimq(), and SS__NORMAL.
asmlinkage int exe_canwak | ( | unsigned int * | pidadr, | |
void * | prcnam | |||
) |
cancel wake request id from timer queue - see 5.2 11.6.4
pidadr | pid address | |
prcnam | process name |
TODO also handle prcnam - MISSING
Definition at line 38 of file syscanevt.c.
References ctl_gl_pcb, exe_std_rmvtimq(), and SS__NORMAL.