From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265144AbTLKPvj (ORCPT ); Thu, 11 Dec 2003 10:51:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265145AbTLKPvj (ORCPT ); Thu, 11 Dec 2003 10:51:39 -0500 Received: from mail-04.iinet.net.au ([203.59.3.36]:61158 "HELO mail.iinet.net.au") by vger.kernel.org with SMTP id S265144AbTLKPvh (ORCPT ); Thu, 11 Dec 2003 10:51:37 -0500 Message-ID: <3FD89284.2090509@cyberone.com.au> Date: Fri, 12 Dec 2003 02:51:32 +1100 From: Nick Piggin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030827 Debian/1.4-3 X-Accept-Language: en MIME-Version: 1.0 To: William Lee Irwin III CC: linux-kernel , Ingo Molnar , Rusty Russell , Anton Blanchard , "Martin J. Bligh" , "Nakajima, Jun" , Mark Wong Subject: Re: [CFT][RFC] HT scheduler References: <20031209001412.GG19412@krispykreme> <3FD7F1B9.5080100@cyberone.com.au> <3FD81BA4.8070602@cyberone.com.au> <3FD8317B.4060207@cyberone.com.au> <20031211115222.GC8039@holomorphy.com> <3FD86C70.5000408@cyberone.com.au> <20031211132301.GD8039@holomorphy.com> <3FD8715F.9070304@cyberone.com.au> <20031211133207.GE8039@holomorphy.com> <3FD88D93.3000909@cyberone.com.au> <20031211153838.GH8039@holomorphy.com> In-Reply-To: <20031211153838.GH8039@holomorphy.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org William Lee Irwin III wrote: >William Lee Irwin III wrote: > >>>Volano is all one process address space so it could be ->page_table_lock; >>>any chance you could find which spin_lock() call the pounded chunk of the >>>lock section jumps back to? >>> > >On Fri, Dec 12, 2003 at 02:30:27AM +1100, Nick Piggin wrote: > >>OK its in futex_wait, up_read(¤t->mm->mmap_sem) right after >>out_release_sem (line 517). >>So you get half points. Looks like its waiting on the bus rather than >>spinning on a lock. Or am I'm wrong? >> > >There is a spinloop in __up_read(), which is probably it. > Oh I see - in rwsem_wake?