libkdumpfile-0.5.4
Kernel coredump file access
|
A single-pointer list head to a double linked list. More...
#include <list.h>
Data Fields | |
struct hlist_node * | first |
A single-pointer list head to a double linked list.
Mostly useful for hash tables where the two pointer list head is too wasteful (hence the 'h' in its name). You lose the ability to access the tail in O(1).
This structure is modelled after the Linux kernel list API.