Man Page: execute_in_process_context
Operating Environment: suse
Section: 9
EXECUTE_IN_PROCESS_C(9) Driver Basics EXECUTE_IN_PROCESS_C(9)NAMEexecute_in_process_context - reliably execute the routine with user contextSYNOPSISint execute_in_process_context(work_func_t fn, struct execute_work * ew);ARGUMENTSfn the function to execute ew guaranteed storage for the execute work structure (must be available when the work executes)DESCRIPTIONExecutes the function immediately if process context is available, otherwise schedules the function for delayed execution.RETURNS0 - function was executed 1 - function was scheduled for executionCOPYRIGHTKernel Hackers Manual 2.6. July 2010 EXECUTE_IN_PROCESS_C(9)
| Related Man Pages |
|---|
| qtimeout(9f) - opensolaris |
| qtimeout(9f) - sunos |
| qtimeout(9f) - centos |
| qtimeout(9f) - minix |
| qtimeout(9f) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Cut command on RHEL 6.8 compatibility issues |
| Tar Command |
| Shopt -s histappend |