SMP_CALL_FUNCTION

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

smp_call_function -  

SYNOPSIS

"SYNOPSIS"

int smp_call_function (void (*func) void *info, void * info, int retry, int wait);  

ARGUMENTS

func
-- undescribed --
info
-- undescribed --
retry
-- undescribed --
wait
-- undescribed --
 

DESCRIPTION

<func> The function to run. This must be fast and non-blocking. <info> An arbitrary pointer to pass to the function. <retry> If true, keep retrying until ready. <wait> If true, wait until function has completed on other CPUs. [RETURNS] 0 on success, else a negative status code.

Does not return until remote CPUs are nearly ready to execute <func> or have executed.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:49 GMT, October 09, 2005