这是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
1