Query: work_on_cpu
OS: centos
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)NAMEwork_on_cpu - run a function in user context on a particular cpuSYNOPSISlong work_on_cpu(int cpu, long (*fn) (void *), void * arg);ARGUMENTScpu the cpu to run on fn the function to run arg the function argDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 WORK_ON_CPU(9)
Related Man Pages |
---|
cpu(1) - plan9 |
cpuset_clr(3) - netbsd |
cpuset(3) - netbsd |
cpuset_zero(3) - netbsd |
cpu_need_resched(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |
[TIP] Processing YAML files with yq |