login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
7
Re: [PATCH 2/8] Add interface for queuing work on a specific CPU
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Harvey Harrison <harvey.harrison@...>
To: Jens Axboe <jens.axboe@...>
Cc: Andrew Morton <akpm@...>, <linux-kernel@...>, <Alan.Brunelle@...>, <arjan@...>, <dgc@...>, <npiggin@...>, Oleg Nesterov <oleg@...>
Subject:
Re: [PATCH 2/8] Add interface for queuing work on a specific CPU
Date: Thursday, February 7, 2008 - 1:44 pm
On Thu, 2008-02-07 at 10:49 +0100, Jens Axboe wrote:
quoted text
> On Thu, Feb 07 2008, Andrew Morton wrote: > > On Thu, 7 Feb 2008 10:18:59 +0100 Jens Axboe <jens.axboe@oracle.com> wrote: > > > > > Signed-off-by: Jens Axboe <jens.axboe@oracle.com> > > > --- > > > include/linux/workqueue.h | 1 + > > > kernel/workqueue.c | 15 +++++++++++++++ > > > 2 files changed, 16 insertions(+), 0 deletions(-) > > > > > > diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h > > > index 7f28c32..4c46944 100644 > > > --- a/include/linux/workqueue.h > > > +++ b/include/linux/workqueue.h > > > @@ -179,6 +179,7 @@ __create_workqueue_key(const char *name, int singlethread, > > > extern void destroy_workqueue(struct workqueue_struct *wq); > > > > > > extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work)); > > > +extern int FASTCALL(queue_work_on_cpu(struct workqueue_struct *wq, struct work_struct *work, int cpu)); > > > > -ETOOWIDE > > > > please don't add fastcall - we're trying to remove it. > > Oops yes, I'll kill the fastcall and fix the > 80 char line! >
I'll be making another round-up patch at -rc1 for FASTCALL/fastcall FYI Harvey --
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/8] IO queuing and complete affinity
, Jens Axboe
, (Thu Feb 7, 5:18 am)
IO queuing and complete affinity with threads (was Re: [PATC...
, Jens Axboe
, (Thu Feb 7, 2:25 pm)
Re: IO queuing and complete affinity with threads (was Re: [...
, Nick Piggin
, (Fri Feb 8, 3:38 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Jens Axboe
, (Fri Feb 8, 3:47 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Nick Piggin
, (Fri Feb 8, 3:53 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Jens Axboe
, (Fri Feb 8, 3:59 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, David Chinner
, (Mon Feb 11, 1:22 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Jeremy Higdon
, (Tue Feb 12, 4:28 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Nick Piggin
, (Fri Feb 8, 4:12 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Jens Axboe
, (Fri Feb 8, 4:24 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Nick Piggin
, (Fri Feb 8, 4:33 am)
Re: IO queuing and complete affinity with threads (was Re: [...
, Alan D. Brunelle
, (Thu Feb 7, 4:40 pm)
Re: [PATCH 0/8] IO queuing and complete affinity
, Alan D. Brunelle
, (Thu Feb 7, 11:16 am)
[PATCH 8/8] block: add test code for testing CPU affinity
, Jens Axboe
, (Thu Feb 7, 5:19 am)
[PATCH 7/8] kernel: add generic softirq interface for trigge...
, Jens Axboe
, (Thu Feb 7, 5:19 am)
[PATCH 3/8] block: make kblockd_schedule_work() take the que...
, Jens Axboe
, (Thu Feb 7, 5:19 am)
[PATCH 6/8] ia64: add support for remotely triggering the bl...
, Jens Axboe
, (Thu Feb 7, 5:19 am)
[PATCH 5/8] x86-64: add support for remotely triggering the ...
, Jens Axboe
, (Thu Feb 7, 5:19 am)
[PATCH 4/8] x86: add support for remotely triggering the blo...
, Jens Axboe
, (Thu Feb 7, 5:19 am)
Re: [PATCH 4/8] x86: add support for remotely triggering the...
, Ingo Molnar
, (Thu Feb 7, 6:07 am)
Re: [PATCH 4/8] x86: add support for remotely triggering the...
, Jens Axboe
, (Thu Feb 7, 6:17 am)
Re: [PATCH 4/8] x86: add support for remotely triggering the...
, Ingo Molnar
, (Thu Feb 7, 6:25 am)
Re: [PATCH 4/8] x86: add support for remotely triggering the...
, Jens Axboe
, (Thu Feb 7, 6:31 am)
[patch] block layer: kmemcheck fixes
, Ingo Molnar
, (Thu Feb 7, 6:49 am)
Re: [patch] block layer: kmemcheck fixes
, Linus Torvalds
, (Thu Feb 7, 1:42 pm)
Re: [patch] block layer: kmemcheck fixes
, Jens Axboe
, (Fri Feb 8, 7:38 am)
Re: [patch] block layer: kmemcheck fixes
, David Miller
, (Thu Feb 7, 9:22 pm)
Re: [patch] block layer: kmemcheck fixes
, Arjan van de Ven
, (Fri Feb 8, 11:09 am)
Re: [patch] block layer: kmemcheck fixes
, Nick Piggin
, (Fri Feb 8, 6:44 pm)
Re: [patch] block layer: kmemcheck fixes
, Arjan van de Ven
, (Fri Feb 8, 6:56 pm)
Re: [patch] block layer: kmemcheck fixes
, Nick Piggin
, (Fri Feb 8, 7:58 pm)
Re: [patch] block layer: kmemcheck fixes
, Linus Torvalds
, (Thu Feb 7, 9:28 pm)
Re: [patch] block layer: kmemcheck fixes
, Ingo Molnar
, (Thu Feb 7, 3:31 pm)
Re: [patch] block layer: kmemcheck fixes
, Jens Axboe
, (Thu Feb 7, 4:06 pm)
Re: [patch] block layer: kmemcheck fixes
, Jens Axboe
, (Thu Feb 7, 1:55 pm)
Re: [PATCH 4/8] x86: add support for remotely triggering the...
, Ingo Molnar
, (Thu Feb 7, 6:38 am)
Re: [PATCH 4/8] x86: add support for remotely triggering the...
, Jens Axboe
, (Thu Feb 7, 10:18 am)
[PATCH 1/8] block: split softirq handling into blk-softirq.c
, Jens Axboe
, (Thu Feb 7, 5:18 am)
[PATCH 2/8] Add interface for queuing work on a specific CPU
, Jens Axboe
, (Thu Feb 7, 5:18 am)
Re: [PATCH 2/8] Add interface for queuing work on a specific...
, Andrew Morton
, (Thu Feb 7, 5:45 am)
Re: [PATCH 2/8] Add interface for queuing work on a specific...
, Oleg Nesterov
, (Mon Feb 11, 6:51 am)
Re: [PATCH 2/8] Add interface for queuing work on a specific...
, Jens Axboe
, (Thu Feb 7, 5:49 am)
Re: [PATCH 2/8] Add interface for queuing work on a specific...
, Harvey Harrison
, (Thu Feb 7, 1:44 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 005/196] Chinese: add translation of SubmittingDrivers
Nick Piggin
[patch] my mmu notifier sample driver
Sean
Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
Arjan van de Ven
[Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in
git
:
linux-netdev
:
Antonio Almeida
HTB accuracy for high speed
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Jens Axboe
Re: [BUG] New Kernel Bugs
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
10 users
and
789 guests
online.
Online users
chester2009
fengshuiforpro
roatanbeachhou
consignmentiwow
MarlousManifest
cheapairpurirp
jkola199
stanleygivins86
cilove22
macesprayiabjy
Syndicate