You are viewing a single comment's thread.

view the rest of the comments →

0
2

[–] Antikaon 0 points 2 points (+2|-0) ago  (edited ago)

Check these out:

Kernel Newbies discussion of the Linux kernel's linked list API: https://kernelnewbies.org/FAQ/LinkedLists

From the Linux kernel 4.9 src (Linux/include/linux/list.h) http://lxr.free-electrons.com/source/include/linux/list.h

Linked lists are used in various places in the kernel and in device drivers. They're fast and efficient.