centos man page for execute_in_process_context

Query: execute_in_process_context

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

EXECUTE_IN_PROCESS_C(9) 					   Driver Basics					   EXECUTE_IN_PROCESS_C(9)

NAME
execute_in_process_context - reliably execute the routine with user context
SYNOPSIS
int execute_in_process_context(work_func_t fn, struct execute_work * ew);
ARGUMENTS
fn the function to execute ew guaranteed storage for the execute work structure (must be available when the work executes)
DESCRIPTION
Executes the function immediately if process context is available, otherwise schedules the function for delayed execution.
RETURNS
0 - function was executed 1 - function was scheduled for execution
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 EXECUTE_IN_PROCESS_C(9)
Related Man Pages
qtimeout(9f) - sunos
qtimeout(9f) - debian
qtimeout(9f) - centos
qtimeout(9f) - php
qtimeout(9f) - plan9
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Controlling user input