execute_in_process_context — reliably execute the routine with user context
int execute_in_process_context ( | work_func_t | fn, |
| struct execute_work * | ew); |
fnthe function to execute
ewguaranteed storage for the execute work structure (must be available when the work executes)