文件名称:Linux内核函数大全.pdf
文件大小:1.65MB
文件格式:PDF
更新时间:2014-05-01 17:20:24
Linux 内核 函数大全 pdf
这是Linux内核函数大全,以下是它的一部分目录 Table of Contents 1. Driver Basics......................1 1.1. Driver Entry and Exit points .................................1 module_init ............................1 module_exit...............................1 1.2. Atomic and pointer manipulation .......................2 atomic_read....................3 atomic_set .................3 atomic_add...............4 atomic_sub ..............5 atomic_sub_and_test...............6 atomic_inc.....................7 atomic_dec ................8 atomic_dec_and_test............9