Linux Kernel Data Structure - Hash List
29 May 2014In Linux kernel, hash lists are different from normal doubly linked lists.
Tsinghua University
OSCenter
A graduate student
In Linux kernel, hash lists are different from normal doubly linked lists.
The doubly linked list is a commonly used data structure. The Linux kernel define the doubly linked list in the file <include/list/list.h>.
A nice backtrace captured by XF which shows a network packet's calling path in Linux kernel protocol stack.
While modifying the mechanism of OSV's mempool, I learn the structure of a page in OSV.
I still cannot figure out all the details how the linux drivers work.
And OSV kernel is not simple.
Tough days start from now on.
Finally I get to know that Jekyll is an elegant framework to build a personal site.
So let me try Jekyll.