login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
1
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cpu access overhead
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
David Miller <davem@...>
To: <clameter@...>
Cc: <dada1@...>, <akpm@...>, <linux-arch@...>, <linux-kernel@...>, <mathieu.desnoyers@...>, <penberg@...>
Subject:
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cpu access overhead
Date: Thursday, November 1, 2007 - 5:25 pm
From: Christoph Lameter <clameter@sgi.com> Date: Thu, 1 Nov 2007 06:01:14 -0700 (PDT)
quoted text
> On Thu, 1 Nov 2007, David Miller wrote: > > > IA64 seems to use it universally for every __get_cpu_var() > > access, so maybe it works out somehow :-))) > > IA64 does not do that. It addds the local cpu offset > > #define __get_cpu_var(var) (*RELOC_HIDE(&per_cpu__##var, > __ia64_per_cpu_var(local_per_cpu_offset))) > #define __raw_get_cpu_var(var) (*RELOC_HIDE(&per_cpu__##var, > __ia64_per_cpu_var(local_per_cpu_offset)))
Oh I see, it's the offset itself which is accessed at the fixed virtual address slot. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cp...
, Christoph Lameter
, (Wed Oct 31, 8:02 pm)
[PATCH 1/7] One less parameter to __d_path
, Jan Blunck
, (Mon Oct 29, 8:41 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Thu Nov 1, 3:17 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 8:57 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:28 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:11 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 6:14 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:16 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 3:57 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:01 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:25 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 8:24 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 8:26 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 8:27 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 8:31 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 8:51 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 8:53 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 9:00 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 9:01 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 9:09 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 9:12 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 9:13 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 12:16 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 3:01 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:14 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:03 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:29 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:15 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 6:38 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:48 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Thu Nov 1, 7:00 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:40 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 8:58 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 6:58 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Herbert Xu
, (Mon Nov 12, 6:52 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Mon Nov 12, 5:28 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Mon Nov 12, 3:14 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Mon Nov 12, 3:48 pm)
RE: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Luck, Tony
, (Mon Nov 12, 3:57 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Mon Nov 12, 4:14 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Mon Nov 12, 6:46 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Mon Nov 12, 3:56 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Mon Nov 12, 4:18 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Mon Nov 12, 6:46 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Peter Zijlstra
, (Fri Nov 2, 6:28 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Fri Nov 2, 10:35 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Peter Zijlstra
, (Fri Nov 2, 11:20 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Fri Nov 2, 11:29 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:06 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 10:51 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 1:38 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 9:21 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 1:27 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
[patch 12/13] syslets: x86: optimized copy_uatom()
Greg Kroah-Hartman
[PATCH 017/196] aoechr: Convert from class_device to device
Yinghai Lu
Re: 2.6.26, PAT and AMD family 6
Jan Engelhardt
intel iommu (Re: -mm merge plans for 2.6.23)
git
:
linux-netdev
:
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
[GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Natalie Protasevich
[BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
676 guests
online.
Online users
strcmp
protectedtrusty
Syndicate