SYS_SCHED_GETAFFINITY

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

sys_sched_getaffinity - get the cpu affinity of a process  

SYNOPSIS

"SYNOPSIS"

asmlinkage long sys_sched_getaffinity (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 hold the current cpu mask


 

Index

NAME
SYNOPSIS
ARGUMENTS

This document was created by man2html, using the manual pages.
Time: 04:41:09 GMT, October 06, 2005