work_on_cpu(9) centos man page | unix.com

Man Page: work_on_cpu

Operating Environment: centos

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(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 3.10 June 2014 WORK_ON_CPU(9)
Related Man Pages
papi_set_domain(3) - centos
cpuset(3) - netbsd
cpuset_set(3) - netbsd
cpu_need_resched(9) - netbsd
cpu(8) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!