suse man page for work_on_cpu

Query: work_on_cpu

OS: suse

Section: 9

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

WORK_ON_CPU(9)							   Driver Basics						    WORK_ON_CPU(9)

NAME
work_on_cpu - run a function in user context on a particular cpu
SYNOPSIS
long work_on_cpu(unsigned int cpu, long (*fn) (void *), void * arg);
ARGUMENTS
cpu the cpu to run on fn the function to run arg the function arg
DESCRIPTION
This will return the value fn returns. It is up to the caller to ensure that the cpu doesn't go offline. The caller must not hold any locks which would prevent fn from completing.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 WORK_ON_CPU(9)
Related Man Pages
papi_set_domain(3) - centos
papi_set_granularity(3) - centos
cpuset(3) - netbsd
cpuset_create(3) - netbsd
cpuset_destroy(3) - netbsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Migrating to UNIX
A (ksh) Library For and From UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB