All of lore.kernel.org
 help / color / mirror / Atom feed
From: liyu <liyu@ccoss.com.cn>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [Question] one question about 'current' in scheduler_tick()
Date: Mon, 17 Oct 2005 16:05:09 +0800	[thread overview]
Message-ID: <43535B35.5020603@ccoss.com.cn> (raw)

Hi, All.

    I found scheduler_tick() use current macro to get task_struct of 
current task.
   
    I seen scheduler_tick() is called every timer interrupt at most 
time. In this
case, I think scheduler_tick() is in interrupt context (enter kernel by 
interrupt),
So I have a hunch that there have not thread_info which it need in 
kernel stack. But
It seem it can work perfectly.
 
    I can not understand this. Would any expert like explain clearly for 
it ?

    Thanks in advanced.

-liyu



   

             reply	other threads:[~2005-10-17  8:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-17  8:05 liyu [this message]
2005-10-17  8:24 ` [Question] one question about 'current' in scheduler_tick() Steven Rostedt
2005-10-17  9:02   ` liyu
2005-10-17  9:32     ` Steven Rostedt
2005-10-18  1:58       ` liyu

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=43535B35.5020603@ccoss.com.cn \
    --to=liyu@ccoss.com.cn \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.