Article 5QY8K Kernel module which implements asynchronous server

Kernel module which implements asynchronous server

by
En3my
from LinuxQuestions.org on (#5QY8K)
Hi there. I want to find out is there built-in mechanism, which I can use in kernel module programming similar to poll/epoll/select? I found function sock_poll, but it is not exported with EXPORT_SYMBOL macro. Tried to use poll from socket's ops, but file field in socket structure is NULL (which needs for poll function as 1st argument) after sock_create/sock_create_lite. Maybe there is an example of this kind of project, but I didn't find it. Thank you in advance.latest?d=yIl2AUoC8zA latest?i=ClV7mlSA27o:zCCKZuOe52o:F7zBnMy latest?i=ClV7mlSA27o:zCCKZuOe52o:V_sGLiP latest?d=qj6IDK7rITs latest?i=ClV7mlSA27o:zCCKZuOe52o:gIN9vFwClV7mlSA27o
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments