work_on_cpu(9) suse man page | unix.com

Man Page: work_on_cpu

Operating Environment: suse

Section: 9

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
cpu(8) - debian
papi_set_cmp_domain(3) - centos
cpu(1) - plan9
cpuset(3) - netbsd
cpuset_zero(3) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com