pi_waiters in task_struct

2013-03-11 Thread Kevin Wilson
Hi, Looking into task_struct (include/linux/scehd.h) , we have: /* PI waiters blocked on a rt_mutex held by this task */ struct plist_head pi_waiters; Any ideas what "pi" stand for ? I assume it has nothing to do with "pi" from mathematics... rgs. Kevin

Re: location of inbuilt system call implementation

2013-03-11 Thread Denis Kirjanov
Check for the SYSCALL_DEFINE[0-6] macros. commit 1a94bc34768e463a93cb3751819709ab0ea80a01 Author: Heiko Carstens Date: Wed Jan 14 14:13:59 2009 +0100 [CVE-2009-0029] System call wrapper infrastructure From: Martin Schwidefsky By selecting HAVE_SYSCALL_WRAPPERS architectures can

the most socket num of epoll

2013-03-11 Thread ishare
In one process , can I set the num of socket that is managed by epoll to 4096 or bigger ? thanks! ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies