On Fri, 2005-12-23 at 21:49 +1100, Peter Williams wrote: > No. It is asking whether the NORMAL interruption of this interruptible > sleep will be caused by a human user action such as a keystroke or mouse > action. For the NFS client the answer to that question is unequivically > no. It's not a matter of policy it's a matter of fact. /* * Tasks that have marked their sleep as noninteractive get * woken up without updating their sleep average. (i.e. their * sleep is handled in a priority-neutral manner, no priority * boost and no penalty.) */ This appears to be the only documentation for the TASK_NONINTERACTIVE flag, and I see no mention of human user actions in that comment. The comment rather appears to states that this particular flag is designed to switch between two different scheduling policies. If the flag really is only about identifying sleeps that will involve human user actions, then surely it would be easy to set up a short set of guidelines in Documentation, say, that spell out exactly what the purpose is, and when it should be used. That should be done _before_ one starts charging round converting every instance of TASK_INTERRUPTIBLE. Trond - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- References:
- [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Kyle Moffett <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Kyle Moffett <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Trond Myklebust <[email protected]>
- Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- From: Peter Williams <[email protected]>
- [PATCH] sched: Fix adverse effects of NFS client on interactive response
- Prev by Date: Re: [PATCH] Work around asus_acpi driver oopses on Samsung P30s and the like due to the ACPI implicit return
- Next by Date: Re: 4k stacks
- Previous by thread: Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- Next by thread: Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
- Index(es):