Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8111271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:03:24+00:00 2026-06-06T02:03:24+00:00

I knwow that The need_resched flag is a message to the kernel that the

  • 0

I knwow that “The need_resched flag is a message to the kernel that the scheduler should be invoked as soon as possible because another process deserves to run”, but I’m missing some points:

who is in charge of checking this flag? There is a kernel process ad hoc? In the end, probably, the only question I’d like to make is: what does the kernel do to call schedule() as soon as possible after the flag is set?

I hope I’ve been clear,

Stefano

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T02:03:28+00:00Added an answer on June 6, 2026 at 2:03 am

    Typically this flag will be checked in the interrupt and syscall return paths – if it’s set when returning from an interrupt or syscall, and (in the interrupt case) the kernel is preemptible, then the kernel will invoke one of the rescheduling functions prior to returning.

    For example, in arch/x86/kernel/entry_32.S:

     358 ENTRY(resume_userspace)
     359        LOCKDEP_SYS_EXIT
     360        DISABLE_INTERRUPTS(CLBR_ANY)    # make sure we don't miss an interrupt
     361                                        # setting need_resched or sigpending
     362                                        # between sampling and the iret
     363        TRACE_IRQS_OFF
     364        movl TI_flags(%ebp), %ecx
     365        andl $_TIF_WORK_MASK, %ecx      # is there any work to be done on
     366                                        # int/exception return?
     367        jne work_pending
     368        jmp restore_all
     369 END(ret_from_exception)
    

    Note that need_resched is a bit flag in TI_flags, and _TIF_WORK_MASK includes most TI_flags bits, including the one for need_resched. There are a number of other similar checks, and the return-to-kernel path also has an explicit check as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple set of two buttons that when hovered should make a
I need to validate a textbox that it should allow only certain characters and
We are in the process of converting a batch job that processes our bounced
I know that I need to add the tracking code snippet at the bottom
I know enough to know that we need to get our application to deploy
I know that table sources need a data source to hold the data that
I know that's bad design, but I need access to the view from my
i know that autohotkey is opensource software. but i need 'autohotkeysc.bin' 's source code
So, I know that in C you need to link the code to the
HI, i need a XML parser. i want to know that which one is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.