kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* linux hrtimer affinity
@ 2012-02-14 16:06 Vimal
  2012-02-19 23:50 ` Peter Teoh
  0 siblings, 1 reply; 4+ messages in thread
From: Vimal @ 2012-02-14 16:06 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

Is there a way to set the affinity of hrtimer callback, so that it
executes on a particular logical CPU?

The reason is that I have a hrtimer callback that executes a tasklet.
 If the timer callback executes on a different CPU than the one it was
enqueued in, then the tasklet is scheduled on the same CPU, which
makes it difficult to reason serialising locks to per-CPU data
structures.

Any ideas?

Thanks,
-- 
Vimal

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-20  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1.1329498001.1915.kernelnewbies@kernelnewbies.org>
2012-02-18 18:04 ` linux hrtimer affinity Vikram Narayanan
2012-02-14 16:06 Vimal
2012-02-19 23:50 ` Peter Teoh
2012-02-20  2:09   ` Peter Teoh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).