Linux 核心應用程式介面 :: The Linux Kernel API
Prev
Next
Chapter 2. Data Types
Doubly Linked Lists
Table of Contents
list_add
— add a new entry
list_add_tail
— add a new entry
list_del
— deletes entry from list.
list_del_init
— deletes entry from list and reinitialize it.
list_empty
— tests whether a list is empty
list_splice
— join two lists
list_entry
— get the struct for this entry
list_for_each
— iterate over a list
list_for_each_safe
— iterate over a list safe against removal of list entry
Prev
Home
Next
schedule_timeout
list_add
Vovo2000.Com
-
About Vovo2000
-
Terms of Service
-
Privacy Policy
-
Type Testing Lab