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 6979251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:51:45+00:00 2026-05-27T17:51:45+00:00

Can multiple processes(not threads) poll on a device descriptor (For ex: /dev/xyx) in blocking

  • 0

Can multiple processes(not threads) poll on a device descriptor (For ex: /dev/xyx) in blocking mode and get woken up when the driver does a return POLLIN ?

Details: I have a driver and to support async event notification from the driver to user space apps, I have implemented a poll functionality in the driver. I am expecting multiple processes to do poll on my descriptor /dev/xyz, on doing poll, immediately driver puts them on a wait queue from the .poll function, so that they block until the driver returns a POLLIN.

Now, it works fine when one process is blocked on the descriptor, so when the driver does a POLLIN, the poll() unblocks and I process it. However if there are multiple processes blocked on the /dev/xyz (by doing poll) and if the driver sends a POLLIN, only one of the processes is unblocking and the other is still blocked.

Is there a way to make sure that all processes blocked on that descriptor is woken up when the driver does a POLLIN on the /dev/xyz ? (Like walking through the wait queue list or something ) ??

  • 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-05-27T17:51:46+00:00Added an answer on May 27, 2026 at 5:51 pm

    You can try to replace wake_up (or wake_up_interruptible) with wake_up_all (wake_up_interruptible_all). This should awake all waiting processes.

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

Sidebar

Related Questions

A single Biztalk Server can have multiple Host processes. Is it possible to create
In C#, can multiple threads read and write to a Dictionary provided each thread
Is registering components on castle windsor thread-safe? I.e., can multiple threads simultaneously register components
I know that there can be multiple values for an email, but I'm not
I have a file mmap'd read-only/shared, with multiple threads/processes reading the data concurrently. A
I can understand how one can write a program that uses multiple processes or
Can multiple SSRS share the same DB? We're getting into an SSRS customization scenario,
DocumentsController#common_query can handle multiple different request styles. i.e. all docs in batch 4 or
I know you can combine multiple table-selects using a Join statement but is there
how i can put multiple buttons in scroll view with according to my requirement?

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.