SYS_SCHED_SETAFFINITY
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
sys_sched_setaffinity - set the cpu affinity of a process
SYNOPSIS
"SYNOPSIS"
asmlinkage long sys_sched_setaffinity (pid_t pid, unsigned int len, unsigned long __user * user_mask_ptr);
ARGUMENTS
- pid
-
pid of the process
- len
-
length in bytes of the bitmask pointed to by user_mask_ptr
- user_mask_ptr
-
user-space pointer to the new cpu mask
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
This document was created by
man2html,
using the manual pages.
Time: 04:41:09 GMT, October 06, 2005