mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ken Chen <kenchen@google.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [patch] sched: add locking when update the task_group's cfs_rq[]  array.
Date: Wed, 19 Nov 2008 00:22:22 -0800	[thread overview]
Message-ID: <b040c32a0811190022g521eeff4sa19d2966c4ac732f@mail.gmail.com> (raw)
In-Reply-To: <20081119075319.GA1078@elte.hu>

On Tue, Nov 18, 2008 at 11:53 PM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Ken Chen <kenchen@google.com> wrote:
>
>> @@ -1513,8 +1513,12 @@ static int tg_shares_up
>>       unsigned long weight, rq_weight = 0;
>>       unsigned long shares = 0;
>>       struct sched_domain *sd = data;
>> +     unsigned long flags;
>>       int i;
>>
>> +     if (!spin_trylock_irqsave(&tg->tg_lock, flags))
>> +             return 0;
>
> hm, why trylock?

I'm paranoid about potential lock contention.  Considering calls to
tg_shares_up() are more or less sample based, I opt to skip updating
if there is a lock contention.  Though kernel only walks tg tree every
sysctl_sched_shares_ratelimit.  Maybe chances of running into lock
contention isn't that high anyway, in which case trylock will mostly
able to get the lock.

- Ken

  reply	other threads:[~2008-11-19  8:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-19  6:48 Ken Chen
2008-11-19  7:53 ` Ingo Molnar
2008-11-19  8:22   ` Ken Chen [this message]
2008-11-19 16:54 ` Peter Zijlstra
2008-11-19 17:21   ` Ken Chen
2008-11-19 20:58     ` Peter Zijlstra
2008-11-19 21:50       ` Chris Friesen
2008-11-22 10:09         ` Peter Zijlstra

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=b040c32a0811190022g521eeff4sa19d2966c4ac732f@mail.gmail.com \
    --to=kenchen@google.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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

all inboxes | Powered by JetHome®