Cu homepage comment fh265> blog, Weibo, album, personal center, friend message [exit] Comment
Announcement: remembering that the Dennis Ritchie event is about to kick off! Xiao Bai's blog-improve yourself and share others
Xiaoyun.blog.chinaunix.net
Good women can not share. Good technologies must be shared! Home Page | blog directory | album | blog circle | about me | message personal information diytvgy Weibo Forum sends a note to greet and add friends
- Blog access: 74410
- Number of blog posts: 42
- Blog credit: 687
- Blog grade: Lieutenant Colonel
- Popularity: 4
- Registration Time: 18:55:26
Document category all blog posts
(42)Linux Kernel related knowledge (1) gossip (3) Linux kernel and Device Driver (34) ubuntu (2) unclassified blog (2) subscribe to my blog
Friend
Tekkama
Little Abbe
Luozhiy
Knivo
Embedtek
Sillybo
Wang2kk
Embedded in Kai
Send_li
Cu Guan fangbo
Songtao
Lxhhust
Recent visits
Fh265
30 minutes ago
Shenhai
October 30
A275532
October 14
Knivo
October 13
October 13
Lxr215
October 10
Luozhiy
October 9
Chafe
October 8
Mournju
October 7
Zotozo
October 7
High_way
October 7
Wangxin
October 4
Font size: big, medium, and small blog Linux Device Driver Summary (3): 5. Blocking I/O implementation () reprinted label: Linux Style
Category: 3. Implementation of devices of the optimized type
Summary of Linux Device Drivers (III): 5. Blocking I/O implementation
Bytes
1. Introduction to sleep:
Process sleep. Simply put, a running process gets out of the CPU. The sleeping process will be shelved by the kernel. Only when the kernel wakes up the sleeping process again will the process run on the CPU again. This is the process scheduling in the kernel, which will be introduced in later sections.
We should first know this concept that a CPU is at the same time.