From: Arnd Bergmann <arnd@arndb.de>
To: madhu.subbaiah@wipro.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: select() for delay.
Date: Sun, 30 Oct 2005 20:06:15 +0100 [thread overview]
Message-ID: <200510302006.15892.arnd@arndb.de> (raw)
In-Reply-To: <EE111F112BBFF24FB11DB557FA2E5BF301992F02@BLR-EC-MBX02.wipro.com>
On Maandag 24 Oktober 2005 12:55, madhu.subbaiah@wipro.com wrote:
> This is regarding select() system call.
>
> Linux select() man page mentions " Some code calls select with all
> three sets empty, n zero, and a non-null timeout as a fairly portable
> way to sleep with subsecond precision".
When you make a change to a system call, you should always check
if the change makes sense for the 32 bit emulation path as well.
In this case, you should definitely do the same thing to both
sys_select and compat_sys_select if this is found worthwhile.
> This patch improves the sys_select() execution when used for delay.
Please describe what aspect of the syscall is improved. Is this only
speeding up the execution for the delay case while slowing down
the normal case, or do the actual semantics improve?
Arnd <><
next prev parent reply other threads:[~2005-10-30 19:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-24 10:55 select() for delay madhu.subbaiah
2005-10-24 13:18 ` Steven Rostedt
2005-10-24 13:27 ` Arjan van de Ven
2005-10-24 13:37 ` Steven Rostedt
2005-10-25 6:26 ` Madhu K.S.
2005-10-30 19:06 ` Arnd Bergmann [this message]
2005-10-30 19:12 ` Arjan van de Ven
2005-10-31 15:46 ` Christopher Friesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200510302006.15892.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=madhu.subbaiah@wipro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox