A new way of sleeping in the Linux kernel

  2008-10-02 17:30:02
Like files, processes are fundamental to any UNIX® operating system. Processes are live entities executing the instructions of an executable file. Apart from executing its instructions, a process might be engaged in managing open files, processor context, address space, and data related to the program, among other things. The Linux kernel keeps complete information about a process in a process descriptor defined as struct task_struct. You can see the various fields of struct task_struct in the Linux kernel source file include/linux/sched.h. 
  PNG Image  PNG Image  PNG Image
  Related tags  


This particular article has been collected via RSS syndication. We apologize if it's too brief.
If You wish to publish articles on LinuxStreet.net please contact us.


  Similar articles found on LinuxStreet  
ImageThis week at LWN: Atomic context and kernel API design
ImageHow gNewSense Sneaked Back Onto My Laptop
ImageThe"Baby" Man Page: More Linux and Unix Jokes
ImageLinux 2.6.23-rc2 Kernel Performance
ImageWhere Is the Linux Kernel Going?
ImageHow To Compile A Kernel - The Fedora Way
ImageHow To Compile A Kernel - The SuSE Way
ImageHow To Compile A Kernel - The Ubuntu Way
ImageHow To Compile A Kernel - The Debian (Sarge) Way
ImageHow To Compile A Kernel - Debian Etch

Leave a comment on this article


Captcha

  
Check this if the code you see is not readable and resubmit the form.
(Data you entered will be preserved)



  

Comments (0)