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